コード例 #1
0
ファイル: autoloader.php プロジェクト: Clansuite/Clansuite
 public function testMethod_loadLibrary()
 {
     $this->assertTrue(Loader::loadLibrary('snoopy'));
 }
コード例 #2
0
ファイル: Feed.php プロジェクト: Clansuite/Clansuite
 /**
  * Returns UniversalFeedCreator Object
  *
  * @return object UniversalFeedCreator
  */
 public static function getFeedcreator()
 {
     \Koch\Autoload\Loader::loadLibrary('feedcreator');
     return new \UniversalFeedCreator();
 }