eZ\Publish\Core\Search\Elasticsearch\Content\CriterionVisitor\ContentTypeIdentifierIn::__construct PHP Method

__construct() public method

Create from content type handler.
public __construct ( eZ\Publish\SPI\Persistence\Content\Type\Handler $contentTypeHandler )
$contentTypeHandler eZ\Publish\SPI\Persistence\Content\Type\Handler
    public function __construct(ContentTypeHandler $contentTypeHandler)
    {
        $this->contentTypeHandler = $contentTypeHandler;
    }