PHP Class eZ\Publish\Core\REST\Common\FieldTypeProcessor\BinaryProcessor

Inheritance: extends BinaryInputProcessor
Show file Open project: ezsystems/ezpublish-kernel

Protected Properties

Property Type Description
$hostPrefix string Host prefix for uris, without a leading /.

Public Methods

Method Description
__construct ( string $temporaryDirectory, string $hostPrefix )
postProcessValueHash ( $outgoingValueHash )

Protected Methods

Method Description
generateUrl ( string $path ) : string Generates a URL for $path.

Method Details

__construct() public method

public __construct ( string $temporaryDirectory, string $hostPrefix )
$temporaryDirectory string
$hostPrefix string

generateUrl() protected method

Generates a URL for $path.
protected generateUrl ( string $path ) : string
$path string absolute url
return string

postProcessValueHash() public method

public postProcessValueHash ( $outgoingValueHash )

Property Details

$hostPrefix protected property

Host prefix for uris, without a leading /.
protected string $hostPrefix
return string