コード例 #1
0
ファイル: _ide_helper.php プロジェクト: phillipmadsen/deved
 /**
  * Return types for a container.
  *
  * @param $container
  * @return array 
  * @static 
  */
 public static function getContainerTypes($container)
 {
     return \Krucas\Notification\Notification::getContainerTypes($container);
 }