FOF30\Model\DataModel::setAssetKey PHP 메소드

setAssetKey() 공개 메소드

This method sets the asset key for the items of this table. Obviously, it is only meant to be used when you have a table with an asset field.
public setAssetKey ( string $assetKey ) : void
$assetKey string The name of the asset key to use
리턴 void
    public function setAssetKey($assetKey)
    {
        $this->_assetKey = $assetKey;
    }