PHP Class eZ\Publish\Core\REST\Server\Values\URLWildcardList

Inheritance: extends eZ\Publish\Core\REST\Common\Value
Show file Open project: ezsystems/ezpublish-kernel

Public Properties

Property Type Description
$urlWildcards eZ\Publish\API\Repository\Values\Content\URLWildcard[] URL wildcards.

Public Methods

Method Description
__construct ( array $urlWildcards ) Construct.

Method Details

__construct() public method

Construct.
public __construct ( array $urlWildcards )
$urlWildcards array

Property Details

$urlWildcards public property

URL wildcards.
public URLWildcard[],eZ\Publish\API\Repository\Values\Content $urlWildcards
return eZ\Publish\API\Repository\Values\Content\URLWildcard[]