Neos\ContentRepository\Domain\Model\ContentObjectProxy::__construct PHP Метод

__construct() публичный Метод

Constructs this content type
public __construct ( object $contentObject )
$contentObject object The content object that should be represented by this proxy
    public function __construct($contentObject)
    {
        $this->contentObject = $contentObject;
    }