Results of 1 - 10 of about 113 for parent (0.036 sec.)
- Set Parent Control 14605
- « UI\Control::isVisible UI\Control::show » PHP Manual UI\Control Set Parent Control UI\Control::
...
setParent (UI 0.9.9) UI\Control::setParent — Set Parent Cont ...
rol 説明 public UI\Control::setParent ( UI\Control $parent ) Shall set the parent Contro ...
l of this Control パラメータ parent The parent Control 戻り値 関連キーワード: Control ...
, Set , Parent , parent , setParent , isVisible , public , Shall ...
-
https://man.plustar.jp/php/ui-control.setparent.html
- [similar]
- Get Parent Control 12032
- « UI\Control::enable UI\Control::getTopLevel » PHP Manual UI\Control Get Parent Control UI\Contr
...
ol::getParent (UI 0.9.9) UI\Control::getParent — Get Parent Cont ...
rol 説明 public UI\Control::getParent (): UI\Control Shall return the parent Control パラ ...
ありません。 戻り値 関連キーワード: Control , Get , Parent , getParent , パラメータ , getTopLevel , public , ...
Shall , return , parent ...
-
https://man.plustar.jp/php/ui-control.getparent.html
- [similar]
- Write data into the pipe and communicate with the parent process or child proces... 9610
- « Swoole\Process::wait Swoole\Redis\Server » PHP Manual Swoole\Process Write data into the pipe
...
and communicate with the parent process or child processes. Swoole\Process::write ...
Write data into the pipe and communicate with the parent process or child processes. 説明 public Swoole\Pro ...
e , Process , data , processes , child , process , parent , communicate , pipe , into ...
-
https://man.plustar.jp/php/swoole-process.write.html
- [similar]
- オブジェクトの親クラスの名前を取得する 9547
- « get_object_vars interface_exists » PHP Manual クラス/オブジェクト関数 オブジェクトの親クラスの
...
名前を取得する get_parent_class (PHP 4, PHP 5, PHP 7, PHP 8) get_parent_clas ...
— オブジェクトの親クラスの名前を取得する 説明 get_parent_class ( object | string $object_or_class = ? ): st ...
なクラス名を受け入れるようになりました。 例 例1 get_parent_class() の使用例 <?php class Dad { function __cons ...
Dad { function __construct () { echo "I'm " , get_parent_class ( $this ) , "'s son\n" ; } } class Child2 ex ...
-
https://man.plustar.jp/php/function.get-parent-class.html
- [similar]
- Create a message queue as the communication method between the parent process an... 9547
- « Swoole\Process::statQueue Swoole\Process::wait » PHP Manual Swoole\Process Create a message qu
...
eue as the communication method between the parent process and child processes. Swoole\Process::useQu ...
sage queue as the communication method between the parent process and child processes. 説明 public Swoole\Pr ...
, mode , key , int , processes , child , process , parent ...
-
https://man.plustar.jp/php/swoole-process.usequeue.html
- [similar]
- 実行時にクラスを継承させる 9257
- « uopz_delete uopz_flags » PHP Manual Uopz 関数 実行時にクラスを継承させる uopz_extend (PECL uop
...
承させる 説明 uopz_extend ( string $class , string $parent ): bool class に parent を継承させます。 パラメータ ...
class 拡張するクラスの名前 parent 継承するクラスの名前 戻り値 成功した場合に true を ...
は、 OPcache が有効になっており、 かつ class または parent が変更不能な場合(トレイトの場合も)、 uopz_extends( ...
z_extend ( A ::class, B ::class); var_dump ( class_parents ( A ::class)); ?> 上の例の出力は以下となります。 ...
-
https://man.plustar.jp/php/function.uopz-extend.html
- [similar]
- Control 8980
- « UI\Window::setTitle UI\Control::destroy » PHP Manual UI Control Control (UI 0.9.9) はじめに Th
...
oy () public disable () public enable () public getParent (): UI\Control public getTopLevel (): int public h ...
abled (): bool public isVisible (): bool public setParent ( UI\Control $parent ) public show () } 目次 UI\Co ...
UI\Control::enable — Enable Control UI\Control::getParent — Get Parent Control UI\Control::getTopLevel — Get ...
e — Determine if Control is visible UI\Control::setParent — Set Parent Control UI\Control::show — Control Sh ...
-
https://man.plustar.jp/php/class.ui-control.html
- [similar]
- Definition Construction 7983
- « Componere\Definition Componere\Definition::addConstant » PHP Manual Componere\Definition Defin
...
e\Definition::__construct ( string $name , string $parent ) public Componere\Definition::__construct ( strin ...
e\Definition::__construct ( string $name , string $parent , array $interfaces ) パラメータ name A case insen ...
sitive class name parent A case insensitive class name interfaces An array ...
-
https://man.plustar.jp/php/componere-definition.construct.html
- [similar]
- The Componere\Definition class 7555
- « Componere\Abstract\Definition::getReflector Componere\Definition::__construct » PHP Manual Com
...
name ) public __construct ( string $name , string $parent ) public __construct ( string $name , array $inter ...
aces ) public __construct ( string $name , string $parent , array $interfaces ) /* メソッド */ public addCon ...
, public , string , construct , array , register , parent , Get , Add ...
-
https://man.plustar.jp/php/class.componere-definition.html
- [similar]
- スコープ定義演算子 (::) 7416
- « オブジェクトの継承 static キーワード » PHP Manual クラスとオブジェクト スコープ定義演算子 (::)
...
ラスを参照することも可能です。 変数の値に ( self や parent 、 static といった) キーワードを指定することはでき ...
:: CONST_VALUE ; ?> 三つの特別なキーワード self と parent そして static がクラス定義の内部からプロパティまた ...
ar' ; public static function doubleColon () { echo parent :: CONST_VALUE . "\n" ; echo self :: $my_static . ...
on myFunc () { // それでも親の関数をコールできます parent :: myFunc (); echo "OtherClass::myFunc()\n" ; } } ...
-
https://man.plustar.jp/php/language.oop5.paamayim-nekudotayim.html
- [similar]