検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 261 for protected (0.018 sec.)
Yaf_Route_Map クラス 4263
« Yaf_Route_Interface::route Yaf_Route_Map::assemble » PHP Manual Yaf Yaf_Route_Map クラス Yaf_R ... implements Yaf_Route_Interface { /* プロパティ */ protected $ _ctl_router ; protected $ _delimiter ; /* メソッ ...
https://man.plustar.jp/php/class.yaf-route-map.html - [similar]
コンストラクタとデストラクタ 4263
« クラスのオートローディング アクセス権 » PHP Manual クラスとオブジェクト コンストラクタとデスト ... コンストラクタを引数と一緒に使う <?php class Point { protected int $x ; protected int $y ; public function __cons ... う <?php class Point { public function __construct (protected int $x , protected int $y = 0 ) { } } コンストラク ... クタは外部から呼ばれることを防ぐため、private または protected にしておきます。 この場合、staticメソッドだけがクラ ...
https://man.plustar.jp/php/language.oop5.decon.html - [similar]
プロパティを取得する 4263
« ReflectionClass::getParentClass ReflectionClass::getProperty » PHP Manual ReflectionClass プロ ... 読み飛ばします。 <?php class Foo { public $foo = 1 ; protected $bar = 2 ; private $baz = 3 ; } $foo = new Foo (); ... onProperty :: IS_PUBLIC | ReflectionProperty :: IS_PROTECTED ); foreach ( $props as $prop ) { print $prop -> ge ...
https://man.plustar.jp/php/reflectionclass.getproperties.html - [similar]
Yaf_View_Simple クラス 4233
« Yaf_View_Interface::setScriptPath Yaf_View_Simple::assign » PHP Manual Yaf Yaf_View_Simple クラ ... e implements Yaf_View_Interface { /* プロパティ */ protected $ _tpl_vars ; protected $ _tpl_dir ; /* メソッド * ...
https://man.plustar.jp/php/class.yaf-view-simple.html - [similar]
値を取得する 4233
« ReflectionProperty::getType ReflectionProperty::hasDefaultValue » PHP Manual ReflectionPropert ... できない場合に ReflectionException をスローします。 protected や private なプロパティにアクセスするには、 Reflec ... roperty = 'foobar' ; public $property = 'barfoo' ; protected $privateProperty = 'foofoo' ; } $reflectionClass = ...
https://man.plustar.jp/php/reflectionproperty.getvalue.html - [similar]
プロパティの値を設定する 4233
« ReflectionProperty::setAccessible ReflectionProperty::__toString » PHP Manual ReflectionProper ... できない場合に ReflectionException をスローします。 protected や private なプロパティにアクセスするには、 Reflec ... public static $staticProperty ; public $property ; protected $privateProperty ; } $reflectionClass = new Reflec ...
https://man.plustar.jp/php/reflectionproperty.setvalue.html - [similar]
定義済み定数 4233
« リソース型 runkit7 関数 » PHP Manual runkit7 定義済み定数 定義済み定数 以下の定数が定義されてい ... _redefine() to make the method public. RUNKIT7_ACC_PROTECTED ( int ) Flag for runkit7_method_add() and runkit7_ ... method_redefine() to make the method protected. RUNKIT7_ACC_PRIVATE ( int ) Flag for runkit7_meth ...
https://man.plustar.jp/php/runkit7.constants.html - [similar]
4193
« 定義済み定数 Yar_Server » PHP Manual Yar 例 例 例1 Yar Server Example <?php /* assume this pag ... unction mul ( $a , $b ) { return $a * $b ; } /** * Protected methods will not be exposed * @param interge * @re ... turn interge */ protected function _add ( $a , $b ) { return $a + $b ; } } $ ...
https://man.plustar.jp/php/yar.examples.html - [similar]
Yaf_Loader クラス 4164
« Yaf_View_Simple::setScriptPath Yaf_Loader::autoload » PHP Manual Yaf Yaf_Loader クラス Yaf_Loa ... す。 クラス概要 class Yaf_Loader { /* プロパティ */ protected $ _local_ns ; protected $ _library ; protected $ _ ...
https://man.plustar.jp/php/class.yaf-loader.html - [similar]
URL エンコードされたクエリ文字列を生成する 4164
« get_meta_tags parse_url » PHP Manual URL 関数 URL エンコードされたクエリ文字列を生成する http_ ... class parentClass { public $pub = 'publicParent' ; protected $prot = 'protectedParent' ; private $priv = 'priva ... teParent' ; public $pub_bar = null ; protected $prot_bar = null ; private $priv_bar = null ; publ ... } class childClass { public $pub = 'publicChild' ; protected $prot = 'protectedChild' ; private $priv = 'privat ...
https://man.plustar.jp/php/function.http-build-query.html - [similar]