Class PropertyEntry
This is a foreign class that wraps over a class property.
0 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.
0 define is_private: Boolean
Return true if the property is private, false otherwise.
0 define is_protected: Boolean
Return true if the property is protected, false otherwise.
0 define is_public: Boolean
Return true if the property is public, false otherwise.
0 define name: String
Return the name of the property.
0 define scope: SymScope
Return the scope (public, protected, or private) of this property.
0 define type: TypeEntry
Return the type of the property.