lithium\data\source\Http::__get PHP Method

__get() public method

Pass properties to service connection
public __get ( string $property ) : mixed
$property string
return mixed
    public function __get($property)
    {
        return $this->connection->{$property};
    }