eZ\Publish\Core\REST\Client\Values\Content\VersionInfo::__get PHP Method

__get() public method

public __get ( $propertyName )
    public function __get($propertyName)
    {
        switch ($propertyName) {
            case 'contentInfo':
                return $this->getContentInfo();
        }
        return parent::__get($propertyName);
    }