示例#1
0
 /**
  * Create the task and optionally add fields to it
  *
  * @param array.<sndsgd\Field> $fields 
  */
 public function __construct(array $fields = [])
 {
     parent::__construct($fields);
 }