Cassandra\Integration::__get PHP Метод

__get() публичный Метод

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