canGetProperty() public method
Returns a value indicating whether a property can be read. A property can be read if: the class has a getter method associated with the specified name (in this case, property name is case-insensitive); the class has a member variable with the specified name (when $checkVars is true); an attached behavior has a readable property of the given name (when $checkBehaviors is true).
public boolean canGetProperty ( $name, $checkVars = true, $checkBehaviors = true )