Beispiel #1
0
 public function __get($name)
 {
     TypeHinter::triggerVisibilityErrorOrUndefinedNotice();
 }
Beispiel #2
0
 public function callee($value, $type)
 {
     return TypeHinter::to($type, $value, 0, ['CustomEventInit' => ['bubbles' => ['type' => 'boolean', 'default' => false], 'cancelable' => ['type' => 'boolean', 'default' => false], 'detail' => ['type' => 'any', 'default' => null]]]);
 }