Cassandra\Integration::__get PHP Méthode

__get() public méthode

public __get ( $property )
    public function __get($property)
    {
        if (property_exists($this, $property)) {
            return $this->{$property};
        }
    }