Craft\Minimee_BaseAssetModel::getContents PHP Méthode

getContents() public méthode

public getContents ( ) : String
Résultat String
    public function getContents()
    {
        if ($this->_contents === null) {
            $this->_contents = '';
        }
        return $this->_contents;
    }