検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 261 for protected (0.014 sec.)
Yaf_Config_Abstract クラス 4915
« Yaf_Dispatcher::throwException Yaf_Config_Abstract::get » PHP Manual Yaf Yaf_Config_Abstract ク ... tract class Yaf_Config_Abstract { /* プロパティ */ protected $ _config ; protected $ _readonly ; /* メソッド */ ... ワード: Yaf , Config , クラス , readonly , public , protected , toArray , 設定 , 配列 , セッター ...
https://man.plustar.jp/php/class.yaf-config-abstract.html - [similar]
ReflectionClass を作成する 4886
« ReflectionClass ReflectionClass::export » PHP Manual ReflectionClass ReflectionClass を作成する ... ds [0] { } - Properties [7] { Property [ <default> protected $message ] Property [ <default> private $string ] ... Property [ <default> protected $code ] Property [ <default> protected $file ] Pro ... perty [ <default> protected $line ] Property [ <default> private $trace ] Prop ...
https://man.plustar.jp/php/reflectionclass.construct.html - [similar]
ReflectionClass オブジェクトの文字列表現を返す 4886
« ReflectionClass::setStaticPropertyValue ReflectionClassConstant » PHP Manual ReflectionClass R ... ds [0] { } - Properties [7] { Property [ <default> protected $message ] Property [ <default> private $string ] ... Property [ <default> protected $code ] Property [ <default> protected $file ] Pro ... perty [ <default> protected $line ] Property [ <default> private $trace ] Prop ...
https://man.plustar.jp/php/reflectionclass.tostring.html - [similar]
SplMaxHeap クラス 4856
« SplHeap::valid SplMaxHeap::compare » PHP Manual データ構造 SplMaxHeap クラス SplMaxHeap クラス ... class SplMaxHeap extends SplHeap { /* メソッド */ protected compare ( mixed $value1 , mixed $value2 ): int /* ... 継承したメソッド */ protected SplHeap::compare ( mixed $value1 , mixed $value2 ) ... xHeap , クラス , valu , int , compare , メソッド , protected , ヒープ ...
https://man.plustar.jp/php/class.splmaxheap.html - [similar]
SplMinHeap クラス 4856
« SplMaxHeap::compare SplMinHeap::compare » PHP Manual データ構造 SplMinHeap クラス SplMinHeap ク ... class SplMinHeap extends SplHeap { /* メソッド */ protected compare ( mixed $value1 , mixed $value2 ): int /* ... 継承したメソッド */ protected SplHeap::compare ( mixed $value1 , mixed $value2 ) ... lic , SplMinHeap , クラス , compare , valu , int , protected , メソッド , ヒープ ...
https://man.plustar.jp/php/class.splminheap.html - [similar]
Yaf_Action_Abstract クラス 4856
« Yaf_Controller_Abstract::setViewpath Yaf_Action_Abstract::execute » PHP Manual Yaf Yaf_Action_ ... extends Yaf_Controller_Abstract { /* プロパティ */ protected $ _controller ; /* メソッド */ abstract public exe ... etControllerName (): string /* 継承したメソッド */ protected Yaf_Controller_Abstract::display ( string $tpl , a ... ontroller_Abstract::redirect ( string $url ): bool protected Yaf_Controller_Abstract::render ( string $tpl , ar ... ラス , array , アクション , メソッド , controller , protected ...
https://man.plustar.jp/php/class.yaf-action-abstract.html - [similar]
列挙型と static メソッド 4856
« 列挙型とメソッド 列挙型と定数 » PHP Manual 列挙型(Enum) 列挙型と static メソッド 列挙型と stat ... e , }; } } ?> static メソッドには public, private, protected が指定できますが、 列挙型では実際 private と prote ... です。 関連キーワード: メソッド , static , private , protected , 定数 , Enum , 理由 , public , 継承 , ...
https://man.plustar.jp/php/language.enumerations.static-methods.html - [similar]
設定情報を取得する 4826
« Yaf_Application::getAppDirectory Yaf_Application::getDispatcher » PHP Manual Yaf_Application 設 ... ようになります。 Yaf_Config_Simple Object ( [_config:protected] => Array ( [application] => Array ( [directory] = ... ruence/local/www/htdocs/application ) ) [_readonly:protected] => 1 ) 関連キーワード: Yaf , 設定 , 取得 , 情報 , ... getConfig , Config , protected , パラメータ , Array , htdocs ...
https://man.plustar.jp/php/yaf-application.getconfig.html - [similar]
マングリングされたオブジェクトのプロパティを配列で返す 4787
« get_declared_traits get_object_vars » PHP Manual クラス/オブジェクト関数 マングリングされたオブ ... 数については、キーの前にクラス名が付きます。 そして、protected な変数については、 キーの前に * が付きます。 これら ... t_vars() の例 <?php class A { public $public = 1 ; protected $protected = 2 ; private $private = 3 ; } class B ... (6) { ["Bprivate"]=> int(4) ["public"]=> int(1) ["*protected"]=> int(2) ["Aprivate"]=> int(3) ["dynamic"]=> int ...
https://man.plustar.jp/php/function.get-mangled-object-vars.html - [similar]
ReflectionClassConstant クラス 4688
« ReflectionClass::__toString ReflectionClassConstant::__construct » PHP Manual リフレクション R ... /* 定数 */ const int IS_PUBLIC = 1 ; const int IS_PROTECTED = 2 ; const int IS_PRIVATE = 4 ; /* プロパティ */ ... sFinal (): bool public isPrivate (): bool public isProtected (): bool public isPublic (): bool public __toStrin ... 、この値は 256 でした。 ReflectionClassConstant::IS_PROTECTED アクセス権が protected であることを示します。 PHP ... ス定数がprivateかを調べる ReflectionClassConstant::isProtected — クラス定数が protected かを調べる ReflectionClas ...
https://man.plustar.jp/php/class.reflectionclassconstant.html - [similar]