Habari\MediaAsset::get_props PHP Method

get_props() public method

public get_props ( )
    public function get_props()
    {
        return array_merge(array('path' => $this->path, 'basename' => basename($this->path), 'title' => basename($this->path)), $this->props);
    }