downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

ReflectionClass::getShortName> <ReflectionClass::getProperties
[edit] Last updated: Fri, 25 May 2012

view this page in

ReflectionClass::getProperty

(PHP 5)

ReflectionClass::getPropertyプロパティを取得する

説明

public ReflectionProperty ReflectionClass::getProperty ( string $name )

プロパティを取得します。

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

name

プロパティの名前。

返り値

ReflectionProperty を返します。

参考



add a note add a note User Contributed Notes ReflectionClass::getProperty
eric at naeseth dot com 02-Aug-2011 03:38
If the class doesn't have a property with the given name, a ReflectionException will be raised.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites