Php/docs/class.componere-value

提供:Dev Guides
< Php
2020年12月14日 (月) 10:36時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

(Componere 2 >= 2.1.0)

はじめに

A Value represents a PHP variable of all types, including undefined


クラス概要


final Componere\Value {

/* Constructor */

public __construct ([ $default ] )

/* メソッド */

public setPrivate ( ) : Value

public setProtected ( ) : Value

public setStatic ( ) : Value

public isPrivate ( ) : bool

public isProtected ( ) : bool

public isStatic ( ) : bool

public hasDefault ( ) : bool

}

目次