M1\Vars\Loader\AbstractLoader::getContent PHP Method

getContent() public method

Returns the content
public getContent ( ) : mixed
return mixed The content
    public function getContent()
    {
        return $this->content;
    }