Beispiel #1
0
 public function __construct($name = null, $data = [], $dataName = null)
 {
     parent::__construct($name, $data, $dataName);
     if (empty(static::$apiController)) {
         static::$apiController = new ApiController();
     }
 }