|
Dom\TokenList クラスはじめに属性 (例: クラス名) 中のトークンの集合の表します。 クラス概要
final
Dom\TokenList
implements
IteratorAggregate
Countable
/* プロパティ */
public
readonly
int
$length;
public
string
$value;
/* メソッド */
public void add(string
...$tokens )public bool contains(string
$token )public int count()
public Iterator getIterator()
public stringnull item(int
$index )public void remove(string
...$tokens )public bool replace(string
$token , string $newToken )public bool supports(string
$token )public bool toggle(string
$token , boolnull $force = null )プロパティ
注意
|