Example #1
0
 /**
  * Constructor
  *
  * You can either pass null (for no resourcetype), a string (for a single
  * resourcetype) or an array (for multiple).
  *
  * The resourcetype must be specified in clark-notation
  *
  * @param array|string|null $resourceType
  */
 function __construct($resourceTypes = null)
 {
     parent::__construct((array) $resourceTypes);
 }