Habari\MediaAsset::_set PHP Метод

_set() защищенный Метод

Set the content of this asset
protected _set ( mixed $content )
$content mixed The asset content
    protected function _set($content)
    {
        $this->content = $content;
    }