eZ\Publish\Core\REST\Server\Values\URLWildcardList::__construct PHP Method

__construct() public method

Construct.
public __construct ( array $urlWildcards )
$urlWildcards array
    public function __construct(array $urlWildcards)
    {
        $this->urlWildcards = $urlWildcards;
    }
URLWildcardList