Class PropertyEntry

This is a foreign class that wraps over a class property.

public define doc: String

Return the docblock of this property, or an empty string. Docblocks are only saved when a property is parsed in manifest mode.

public define is_private: Boolean

Return true if the property is private, false otherwise.

public define is_protected: Boolean

Return true if the property is protected, false otherwise.

public define is_public: Boolean

Return true if the property is public, false otherwise.

public define name: String

Return the name of the property.

public define type: TypeEntry

Return the type of the property.