Trait Salient\Core\Concern\HasReadableProperties

Implements Readable

  • If _get<Property>() is defined, it is called instead of returning the value of <Property>.
  • If _isset<Property>() is defined, it is called instead of returning isset(<Property>).
  • The existence of _get<Property>() makes <Property> readable, regardless of {@see Readable::getReadableProperties()}'s return value.
Methods