検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 261 for protected (0.050 sec.)
オブジェクトとの違い 4688
« 定数式における列挙型の値 値のリスト » PHP Manual 列挙型(Enum) オブジェクトとの違い オブジェクト ... オブジェクトと同じ振る舞いをします: public, private, protected メソッド public, private, protected な static メソ ... ッド public, private, protected な定数 列挙型は、任意の数のインターフェイスを実装で ... マジック , 継承 , private , public , インスタンス , protected ...
https://man.plustar.jp/php/language.enumerations.object-differences.html - [similar]
クラスの抽象化 4688
« static キーワード オブジェクト インターフェイス » PHP Manual クラスとオブジェクト クラスの抽象 ... 拡張クラスにこのメソッドの定義を強制する abstract protected function getValue (); abstract protected function ... ; } } class ConcreteClass1 extends AbstractClass { protected function getValue () { return "ConcreteClass1" ; } ... ソッドでは、必須の引数だけを定義しています abstract protected function prefixName ( $name ); } class ConcreteCla ...
https://man.plustar.jp/php/language.oop5.abstract.html - [similar]
ReflectionProperty オブジェクトを作成する 4688
« ReflectionProperty::__clone ReflectionProperty::export » PHP Manual ReflectionProperty Reflect ... いプロパティの名前。 エラー / 例外 private あるいは protected なプロパティの値を取得あるいは設定しようとすると、 ... rop -> isPrivate () ? ' private' : '' , $prop -> isProtected () ? ' protected' : '' , $prop -> isStatic () ? ' ... ReflectionProperty クラスを用いた、private および protected プロパティの値の取得 <?php class Foo { public $x = ... 1 ; protected $y = 2 ; private $z = 3 ; } $obj = new Foo ; $prop ...
https://man.plustar.jp/php/reflectionproperty.construct.html - [similar]
Yaf_Session クラス 4658
« Yaf_Route_Supervar::route Yaf_Session::__construct » PHP Manual Yaf Yaf_Session クラス Yaf_Ses ... rator , ArrayAccess , Countable { /* プロパティ */ protected static $ _instance ; protected $ _session ; protec ...
https://man.plustar.jp/php/class.yaf-session.html - [similar]
無名クラス 4658
« トレイト オーバーロード » PHP Manual クラスとオブジェクト 無名クラス 無名クラス 無名クラスは、 ... を別のクラス内で作っても、外側のクラスの private や protected なメソッド、 およびプロパティにはアクセスできません ... 。 外側のクラスの protected プロパティやメソッドにアクセスするには、 無名クラス ... があります。 <?php class Outer { private $prop = 1 ; protected $prop2 = 2 ; protected function func1 () { return ...
https://man.plustar.jp/php/language.oop5.anonymous.html - [similar]
メソッドのアクセス範囲を設定する 4658
« ReflectionMethod::isStatic ReflectionMethod::__toString » PHP Manual ReflectionMethod メソッド ... : void ReflectionMethod::invoke() メソッド経由で、 protected や private なメソッドを呼び出し可能にします。 注意 ... メソッドであるかどうかを調べる ReflectionMethod::isProtected() - protected メソッドであるかどうかを調べる 関連キ ... アクセス , 範囲 , 設定 , setAccessible , private , protected , 呼び出し , accessible ...
https://man.plustar.jp/php/reflectionmethod.setaccessible.html - [similar]
プロパティのアクセス範囲を設定する 4658
« ReflectionProperty::isStatic ReflectionProperty::setValue » PHP Manual ReflectionProperty プロ ... や ReflectionProperty::setValue() メソッド経由で、 protected や private なプロパティにアクセス可能にします。 注 ... ロパティであるかどうかを調べる ReflectionProperty::isProtected() - protected プロパティであるかどうかを調べる 関連 ... setAccessible , setValue , accessible , メソッド , protected ...
https://man.plustar.jp/php/reflectionproperty.setaccessible.html - [similar]
Key Callback 4658
« UI\Area::onDraw UI\Area::onMouse » PHP Manual UI\Area Key Callback UI\Area::onKey (UI 0.9.9) U ... I\Area::onKey — Key Callback 説明 protected UI\Area::onKey ( string $key , int $ext , int $fla ... y , onKey , pressed , ext , int , flags , string , protected , onDraw ...
https://man.plustar.jp/php/ui-area.onkey.html - [similar]
Mouse Callback 4658
« UI\Area::onKey UI\Area::redraw » PHP Manual UI\Area Mouse Callback UI\Area::onMouse (UI 0.9.9) ... UI\Area::onMouse — Mouse Callback 説明 protected UI\Area::onMouse ( UI\Point $areaPoint , UI\Size $ ... aPoint , event , areaSize , flags , Point , Size , protected ...
https://man.plustar.jp/php/ui-area.onmouse.html - [similar]
Click Handler 4658
« UI\Controls\Button::getText UI\Controls\Button::setText » PHP Manual UI\Controls\Button Click ... ) UI\Controls\Button::onClick — Click Handler 説明 protected UI\Controls\Button::onClick () Shall be executed w ... trols , onClick , パラメータ , getText , setText , protected , Shall , executed ...
https://man.plustar.jp/php/ui-controls-button.onclick.html - [similar]