BEAR_Agent
[ class tree: BEAR_Agent ] [ index: BEAR_Agent ] [ all elements ]

Element index for package BEAR_Agent

[ a ] [ b ] [ d ] [ e ] [ f ] [ g ] [ i ] [ m ] [ o ] [ s ] [ u ] [ _ ]

_

$_agentMobile
in file Agent.php, variable BEAR_Agent::$_agentMobile
    モバイルエージェント
$_ua
in file Agent.php, variable BEAR_Agent::$_ua
    UAコード
__toString
in file Agent.php, method BEAR_Agent::__toString()
    __toString
__construct
in file Iphone.php, method BEAR_Agent_Adapter_Iphone::__construct()
    Constructor
__construct
in file Mobile.php, method BEAR_Agent_Adapter_Mobile::__construct()
    Constructor.
__construct
in file Softbank.php, method BEAR_Agent_Adapter_Softbank::__construct()
    Constructor
__construct
in file Ipad.php, method BEAR_Agent_Adapter_Ipad::__construct()
    Constructor
__construct
in file Ezweb.php, method BEAR_Agent_Adapter_Ezweb::__construct()
    Constructor
__construct
in file Default.php, method BEAR_Agent_Adapter_Default::__construct()
    Constructor
__construct
in file Docomo.php, method BEAR_Agent_Adapter_Docomo::__construct()
    Constructor
__construct
in file Android.php, method BEAR_Agent_Adapter_Android::__construct()
    Constructor
top

a

Agent.php
procedural page Agent.php
Android.php
procedural page Android.php
Adapter.php
procedural page Adapter.php
top

b

BEAR_Agent
in file Agent.php, class BEAR_Agent
    エージェント
BEAR_Agent_Exception
in file Exception.php, class BEAR_Agent_Exception
    BEAR_Agent_Exception
BEAR_Agent_Injector
in file Injector.php, class BEAR_Agent_Injector
    UAインジェクター
BEAR_Agent_Mobile
in file Mobile.php, class BEAR_Agent_Mobile
    Mobileエージェント
BOT_AU
in file Mobile.php, class constant BEAR_Agent_Mobile::BOT_AU
    ボット用携帯エージェント(Docomo)
BOT_DOCOMO
in file Mobile.php, class constant BEAR_Agent_Mobile::BOT_DOCOMO
    ボット用携帯エージェント(Docomo)
BOT_SOFTBANK
in file Mobile.php, class constant BEAR_Agent_Mobile::BOT_SOFTBANK
    ボット用携帯エージェント(SB)
BEAR_Agent_Adapter
in file Adapter.php, class BEAR_Agent_Adapter
    アブストラクトエージェントアダプター
BEAR_Agent_Adapter_Android
in file Android.php, class BEAR_Agent_Adapter_Android
    Androidエージェントアダプター
BEAR_Agent_Adapter_Default
in file Default.php, class BEAR_Agent_Adapter_Default
    Defaultエージェントアダプター
BEAR_Agent_Adapter_Docomo
in file Docomo.php, class BEAR_Agent_Adapter_Docomo
    Docomoエージェントアダプター
BEAR_Agent_Adapter_Ezweb
in file Ezweb.php, class BEAR_Agent_Adapter_Ezweb
    Ezwebエージェントアダプター
BEAR_Agent_Adapter_Interface
in file Interface.php, class BEAR_Agent_Adapter_Interface
    BEAR_Agent_Adapter_Interface
BEAR_Agent_Adapter_Ipad
in file Ipad.php, class BEAR_Agent_Adapter_Ipad
    Ipadエージェントアダプター
BEAR_Agent_Adapter_Iphone
in file Iphone.php, class BEAR_Agent_Adapter_Iphone
    Iphoneエージェントアダプター
BEAR_Agent_Adapter_Mobile
in file Mobile.php, class BEAR_Agent_Adapter_Mobile
    Mobileエージェントアダプター
BEAR_Agent_Adapter_Mobile_Exception
in file Exception.php, class BEAR_Agent_Adapter_Mobile_Exception
    BEAR_Agent_Adapter_Mobile_Exception
BEAR_Agent_Adapter_Softbank
in file Softbank.php, class BEAR_Agent_Adapter_Softbank
    Softbankエージェントアダプター
BEAR_Agent_Ua
in file Ua.php, class BEAR_Agent_Ua
    UA判別
top

d

Default.php
procedural page Default.php
Docomo.php
procedural page Docomo.php
top

e

Exception.php
procedural page Exception.php
Ezweb.php
procedural page Ezweb.php
Exception.php
procedural page Exception.php
top

f

factory
in file Mobile.php, method BEAR_Agent_Mobile::factory()
    ファクトリー
top

g

getAgentRole
in file Agent.php, method BEAR_Agent::getAgentRole()
    エージェントロールの取得
getDisplayByteSize
in file Agent.php, method BEAR_Agent::getDisplayByteSize()
    携帯の表示可能文字数を取得
getDisplaySize
in file Agent.php, method BEAR_Agent::getDisplaySize()
    画面サイズの縦、横のサイズを取得
getRoleFile
in file Agent.php, method BEAR_Agent::getRoleFile()
    エージェントロールに対応したファイルを取得
getSerialNumber
in file Agent.php, method BEAR_Agent::getSerialNumber()
    携帯のユニークIDを取得
getUa
in file Agent.php, method BEAR_Agent::getUa()
    ユーザーエージェントコードの取得
top

i

Injector.php
procedural page Injector.php
inject
in file Injector.php, method BEAR_Agent_Injector::inject()
     Inject
Interface.php
procedural page Interface.php
Ipad.php
procedural page Ipad.php
Iphone.php
procedural page Iphone.php
inject
in file Ua.php, method BEAR_Agent_Ua::inject()
    UAインジェクト
top

m

Mobile.php
procedural page Mobile.php
Mobile.php
procedural page Mobile.php
MOBILE_SUBMIT_ENTITY
in file Adapter.php, class constant BEAR_Agent_Adapter::MOBILE_SUBMIT_ENTITY
    携帯絵文字サブミット無変換
MOBILE_SUBMIT_PASS
in file Adapter.php, class constant BEAR_Agent_Adapter::MOBILE_SUBMIT_PASS
    携帯絵文字サブミット無変換
MOBILE_SUBMIT_REMOVE_EMOJI
in file Adapter.php, class constant BEAR_Agent_Adapter::MOBILE_SUBMIT_REMOVE_EMOJI
    携帯絵文字サブミット除去
top

o

onInject
in file Agent.php, method BEAR_Agent::onInject()
    Inject
onInject
in file Mobile.php, method BEAR_Agent_Adapter_Mobile::onInject()
    Inject
onUTF8
in file Mobile.php, method BEAR_Agent_Adapter_Mobile::onUTF8()
    UTF-8化コールバック関数
onUTF8
in file Adapter.php, method BEAR_Agent_Adapter::onUTF8()
    UTF-8化コールバック関数
top

s

Softbank.php
procedural page Softbank.php
submit
in file Adapter.php, method BEAR_Agent_Adapter::submit()
    サブミット処理
submit
in file Interface.php, method BEAR_Agent_Adapter_Interface::submit()
    サブミット処理
SUPPORT_CONV
in file Mobile.php, class constant BEAR_Agent_Adapter_Mobile::SUPPORT_CONV
    携帯絵文字サポートIMG変換
SUPPORT_IMG
in file Mobile.php, class constant BEAR_Agent_Adapter_Mobile::SUPPORT_IMG
    携帯絵文字サポートIMG変換
SUPPORT_NONE
in file Mobile.php, class constant BEAR_Agent_Adapter_Mobile::SUPPORT_NONE
    携帯サ絵文字ポート対応なし
top

u

UA_ANDROID
in file Agent.php, class constant BEAR_Agent::UA_ANDROID
    Google Android
UA_APPLE
in file Agent.php, class constant BEAR_Agent::UA_APPLE
    Apple
UA_BOT
in file Agent.php, class constant BEAR_Agent::UA_BOT
    BOTクライアント
UA_DEFAULT
in file Agent.php, class constant BEAR_Agent::UA_DEFAULT
    PC
UA_DOCOMO
in file Agent.php, class constant BEAR_Agent::UA_DOCOMO
    Docomo iモード
UA_EZWEB
in file Agent.php, class constant BEAR_Agent::UA_EZWEB
    AU Ezweb
UA_IPAD
in file Agent.php, class constant BEAR_Agent::UA_IPAD
    Apple iPad
UA_IPHONE
in file Agent.php, class constant BEAR_Agent::UA_IPHONE
    Apple iPhone/iPod touch
UA_MOBILE
in file Agent.php, class constant BEAR_Agent::UA_MOBILE
    Mobile
UA_SOFTBANK
in file Agent.php, class constant BEAR_Agent::UA_SOFTBANK
    Softbank 3GC
Ua.php
procedural page Ua.php
top

Documentation generated on Sat, 30 Jul 2011 00:09:51 +0900 by phpDocumentor 1.4.3