mdm\upload\FileModel::getContent PHP Method

getContent() public method

public getContent ( )
    public function getContent()
    {
        return file_get_contents($this->filename);
    }