FOF30\Model\DataModel::getAssetKey PHP Method

getAssetKey() public method

The default name is in the form table_name.id where id is the value of the primary key of the table.
public getAssetKey ( ) : string
return string
    public function getAssetKey()
    {
        return $this->_assetKey;
    }