CakeFest 2024: The Official CakePHP Conference

ReflectionAttribute::isRepeated

(PHP 8)

ReflectionAttribute::isRepeatedこの名前のアトリビュートが、実際にコード上に繰り返し現れているかどうかを取得する

説明

public ReflectionAttribute::isRepeated(): bool

この名前のアトリビュートが、実際にコード上に繰り返し現れているかどうかを取得します。

パラメータ

この関数にはパラメータはありません。

戻り値

アトリビュートが繰り返し使われている場合は true を返します。 そうでない場合は、false を返します。

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top