eZ\Publish\Core\REST\Common\Output\Generator\Json::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( FieldTypeHashGenerator $fieldTypeHashGenerator )
$fieldTypeHashGenerator eZ\Publish\Core\REST\Common\Output\Generator\Json\FieldTypeHashGenerator
    public function __construct(Json\FieldTypeHashGenerator $fieldTypeHashGenerator)
    {
        $this->fieldTypeHashGenerator = $fieldTypeHashGenerator;
    }