Craft\Minimee_BaseAssetModel::getContents PHP Method

getContents() public method

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