コード例 #1
0
ファイル: _ide_helper.php プロジェクト: phillipmadsen/deved
 /**
  * Return name of default container.
  *
  * @return string 
  * @static 
  */
 public static function getDefaultContainerName()
 {
     return \Krucas\Notification\Notification::getDefaultContainerName();
 }