Elgg\Application\Database::__get PHP Method

__get() public method

Handle magic property reads
public __get ( string $name ) : mixed
$name string Property name
return mixed
    public function __get($name)
    {
        return $this->db->{$name};
    }