ReflectionAttribute 類
(PHP 8)
簡介
ReflectionAttribute 類提供有關 屬性 的資訊。
類摘要
目錄
- ReflectionAttribute::__construct — 禁止直接實例化的私有建構函式
- ReflectionAttribute::getArguments — 獲取傳遞給屬性的參數
- ReflectionAttribute::getName — 獲取屬性名稱
- ReflectionAttribute::getTarget — 返回屬性的目標位掩碼
- ReflectionAttribute::isRepeated — 返回該名稱的屬性是否可以重複出現在一個程式碼元素上
- ReflectionAttribute::newInstance — 實例化由 ReflectionAttribute 類和參數列示的屬性類