M1\Vars\Resource\AbstractResource::getContent PHP Method

getContent() public method

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