Results of 1 - 10 of about 329 for 継承 (0.002 sec.)
- オブジェクトの継承 8928
- « アクセス権 スコープ定義演算子 (::) » PHP Manual クラスとオブジェクト オブジェクトの継承 オブジ
...
ェクトの継承 プログラミング言語の原則としてよくみられるものに継 ...
承があります。 PHP はオブジェクトモデルにおいてこの継承を利用しています。 多くのクラスとオブジェクトとの連携 ...
に継承は関係しています。 例えば、クラスを拡張するとき、サブ ...
ることができません。 その結果として、子クラスは通常の継承のルールを無視して private メソッドそのものを再実装す ...
-
https://man.plustar.jp/php/language.oop5.inheritance.html
- [similar]
- 実行時にクラスを継承させる 8470
- « uopz_delete uopz_flags » PHP Manual Uopz 関数 実行時にクラスを継承させる uopz_extend (PECL uop
...
PECL uopz 7 < 7.1.0) uopz_extend — 実行時にクラスを継承させる 説明 uopz_extend ( string $class , string $pa ...
rent ): bool class に parent を継承させます。 パラメータ class 拡張するクラスの名前 par ...
ent 継承するクラスの名前 戻り値 成功した場合に true を、失敗 ...
) { ["B"]=> string(1) "B" } 関連キーワード: uopz , 継承 , クラス , 実行 , parent , string , 名前 , 関数 , ...
-
https://man.plustar.jp/php/function.uopz-extend.html
- [similar]
- ParseError 7847
- « CompileError TypeError » PHP Manual 定義済みの例外 ParseError ParseError (PHP 7, PHP 8) はじめ
...
以降は、 ParseError クラスは CompileError クラスを継承するようになりました。 以前のバージョンでは、 Error ...
を継承していました。 クラス概要 class ParseError extends C ...
ompileError { /* 継承したプロパティ */ protected string $ message = "" ; ...
= [] ; private ? Throwable $ previous = null ; /* 継承したメソッド */ final public Error::getMessage (): s ...
-
https://man.plustar.jp/php/class.parseerror.html
- [similar]
- トレイト 6765
- « オブジェクト インターフェイス 無名クラス » PHP Manual クラスとオブジェクト トレイト トレイト P
...
仕組みを実装しています。 トレイトは、PHP のような単一継承言語でコードを再利用するための仕組みのひとつです。 ト ...
レイトは、単一継承の制約を減らすために作られたもので、 いくつかのメソッ ...
ラスを組み合わせた構文は複雑さを軽減させてくれ、 多重継承や Mixin に関連するありがちな問題を回避することもでき ...
のインスタンスを作成することはできません。 昔ながらの継承に機能を加えて、振る舞いを水平方向で構成できるように ...
-
https://man.plustar.jp/php/language.oop5.traits.html
- [similar]
- Yaf_Config_Ini クラス 6609
- « Yaf_Config_Abstract::toArray Yaf_Config_Ini::__construct » PHP Manual Yaf Yaf_Config_Ini クラス
...
タを階層構造で扱えるようにしたり 設定セクション間での継承を設定できるようにしたりしています。 設定データの階層 ...
キーをピリオド(".")で区切って表します。 セクションの継承を表すには、セクション名の後にコロン(":") を続け、そ ...
の後に継承元のセクション名を指定します。 注意 : Yaf_Config_Ini ...
public toArray (): array public valid (): void /* 継承したメソッド */ abstract public Yaf_Config_Abstract: ...
-
https://man.plustar.jp/php/class.yaf-config-ini.html
- [similar]
- ReflectionEnumBackedCase クラス 6536
- « ReflectionEnumUnitCase::getValue ReflectionEnumBackedCase::__construct » PHP Manual リフレクシ
...
EnumBackedCase extends ReflectionEnumUnitCase { /* 継承した定数 */ const int ReflectionClassConstant::IS_PU ...
t int ReflectionClassConstant::IS_PRIVATE = 4 ; /* 継承したプロパティ */ public string $ name ; public stri ...
stant ) public getBackingValue (): int | string /* 継承したメソッド */ public ReflectionEnumUnitCase::getEn ...
g , クラス , int , ReflectionEnumUnitCase , Enum , 継承 , construct ...
-
https://man.plustar.jp/php/class.reflectionenumbackedcase.html
- [similar]
- ReflectionEnumUnitCase クラス 6380
- « ReflectionEnum::isBacked ReflectionEnumUnitCase::__construct » PHP Manual リフレクション Refle
...
nEnumUnitCase extends ReflectionClassConstant { /* 継承した定数 */ const int ReflectionClassConstant::IS_PU ...
t int ReflectionClassConstant::IS_PRIVATE = 4 ; /* 継承したプロパティ */ public string $ name ; public stri ...
(): ReflectionEnum public getValue (): UnitEnum /* 継承したメソッド */ public static ReflectionClassConstan ...
mUnitCase , string , クラス , int , オブジェクト , 継承 , getValue , construct ...
-
https://man.plustar.jp/php/class.reflectionenumunitcase.html
- [similar]
- FFI Exceptions 6297
- « FFI\CType::getStructFieldType FFI\ParserException » PHP Manual FFI FFI Exceptions FFI Exceptio
...
クラス概要 class FFI\Exception extends Error { /* 継承したプロパティ */ protected string $ message = "" ; ...
= [] ; private ? Throwable $ previous = null ; /* 継承したメソッド */ final public Error::getMessage (): s ...
, protected , int , private , Throwable , array , 継承 ...
-
https://man.plustar.jp/php/class.ffi-exception.html
- [similar]
- RecursiveRegexIterator クラス 6297
- « RecursiveIteratorIterator::valid RecursiveRegexIterator::__construct » PHP Manual イテレータ R
...
ds RegexIterator implements RecursiveIterator { /* 継承した定数 */ const int MATCH = 0 ; const int GET_MATC ...
const int REPLACE = 4 ; const int USE_KEY = 1 ; /* 継承したプロパティ */ public ? string $ replacement = nu ...
ursiveRegexIterator public hasChildren (): bool /* 継承したメソッド */ public RegexIterator::accept (): boo ...
rator , クラス , FilterIterator , string , valid , 継承 , construct ...
-
https://man.plustar.jp/php/class.recursiveregexiterator.html
- [similar]
- InvalidArgumentException 6297
- « UI\Key UI\Exception\RuntimeException » PHP Manual UI InvalidArgumentException InvalidArgumentE
...
InvalidArgumentException implements Throwable { /* 継承したプロパティ */ protected string $ message = "" ; ...
= [] ; private ? Throwable $ previous = null ; /* 継承したメソッド */ final public Exception::getMessage ( ...
, final , private , int , protected , Throwable , 継承 ...
-
https://man.plustar.jp/php/class.ui-exception-invalidargumentexception.html
- [similar]