eZ\Publish\Core\REST\Common\FieldTypeProcessor\BinaryProcessor::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( string $temporaryDirectory, string $hostPrefix )
$temporaryDirectory string
$hostPrefix string
    public function __construct($temporaryDirectory, $hostPrefix)
    {
        parent::__construct($temporaryDirectory);
        $this->hostPrefix = $hostPrefix;
    }