eZ\Publish\Core\IO\UrlDecorator\Prefix::__construct PHP Method

__construct() public method

public __construct ( $prefix = null )
    public function __construct($prefix = null)
    {
        if ($prefix !== null) {
            $this->setPrefix($prefix);
        }
    }