示例#1
0
 public function __construct(array $subsites, array $targets, array $actions, $prefix = null)
 {
     $this->prefix = $prefix;
     parent::__construct($subsites, $targets, $actions);
 }