検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 261 for protected (0.105 sec.)
MultilineEntry Control 3966
« UI\Controls\Entry::setText UI\Controls\MultilineEntry::append » PHP Manual UI MultilineEntry C ... blic getText (): string public isReadOnly (): bool protected onChange () public setReadOnly ( bool $readOnly ) ...
https://man.plustar.jp/php/class.ui-controls-multilineentry.html - [similar]
Tab Control 3966
« UI\Executor::setInterval UI\Controls\Tab::append » PHP Manual UI Tab Control Tab Control (UI 0 ... Controls\Tab extends UI\Control { /* プロパティ */ protected $ controls ; /* メソッド */ public append ( string ...
https://man.plustar.jp/php/class.ui-controls-tab.html - [similar]
Yaf_Registry クラス 3966
« Yaf_Plugin_Abstract::routerStartup Yaf_Registry::__construct » PHP Manual Yaf Yaf_Registry クラ ... f_Registry { /* プロパティ */ static $ _instance ; protected $ _entries ; /* メソッド */ private __construct () ...
https://man.plustar.jp/php/class.yaf-registry.html - [similar]
クロージャを束縛して呼び出す 3966
« Closure::bindTo Closure::fromCallable » PHP Manual Closure クロージャを束縛して呼び出す Closur ... す。 例 例1 Closure::call() の例 <?php class Value { protected $value ; public function __construct ( $value ) { ...
https://man.plustar.jp/php/closure.call.html - [similar]
bucket を brigade の先頭に追加する 3966
« stream_bucket_new stream_context_create » PHP Manual ストリーム 関数 bucket を brigade の先頭に ... d() の例 <?php class foo extends php_user_filter { protected $calls = 0 ; public function filter ( $in , $out , ...
https://man.plustar.jp/php/function.stream-bucket-prepend.html - [similar]
オブジェクトの継承 3966
« アクセス権 スコープ定義演算子 (::) » PHP Manual クラスとオブジェクト オブジェクトの継承 オブジ ... を拡張するとき、サブクラスは親クラスから public と、protected のメソッドや、プロパティや定数をすべて引き継ぎます ... クラスで緩めることが可能です。 たとえば、 親クラスで protected なメソッドは 子クラスで public としてマークできます ...
https://man.plustar.jp/php/language.oop5.inheritance.html - [similar]
プロパティが定義されているかどうかを調べる 3966
« ReflectionClass::hasMethod ReflectionClass::implementsInterface » PHP Manual ReflectionClass プ ... :hasProperty() の例 <?php class Foo { public $p1 ; protected $p2 ; private $p3 ; } $obj = new ReflectionObject ...
https://man.plustar.jp/php/reflectionclass.hasproperty.html - [similar]
メソッドが宣言されているクラスを取得する 3966
« ReflectionMethod::getClosure ReflectionMethod::getModifiers » PHP Manual ReflectionMethod メソ ... :getDeclaringClass() の例 <?php class HelloWorld { protected function sayHelloTo ( $name ) { return 'Hello ' . ...
https://man.plustar.jp/php/reflectionmethod.getdeclaringclass.html - [similar]
リフレクション 3936
« unregister_tick_function はじめに » PHP Manual 変数・データ型関連 リフレクション リフレクション ... ス定数がprivateかを調べる ReflectionClassConstant::isProtected — クラス定数が protected かを調べる ReflectionClas ... メソッドであるかどうかを調べる ReflectionMethod::isProtectedprotected メソッドであるかどうかを調べる Reflect ... 引数から昇格したものかを調べる ReflectionProperty::isProtectedprotected プロパティであるかどうかを調べる Refle ...
https://man.plustar.jp/php/book.reflection.html - [similar]
ReflectionEnumUnitCase クラス 3936
« ReflectionEnum::isBacked ReflectionEnumUnitCase::__construct » PHP Manual リフレクション Refle ... PUBLIC = 1 ; const int ReflectionClassConstant::IS_PROTECTED = 2 ; const int ReflectionClassConstant::IS_PRIVAT ... Private (): bool public ReflectionClassConstant::isProtected (): bool public ReflectionClassConstant::isPublic ...
https://man.plustar.jp/php/class.reflectionenumunitcase.html - [similar]