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