コード例 #1
0
ファイル: Minion.php プロジェクト: az-iar/minions
 public function __construct(array $settings)
 {
     parent::__construct();
     $this->settings = $settings;
 }
コード例 #2
0
ファイル: _ide_helper.php プロジェクト: clubttt/SuccessModel4
 /**
  * Remove a service from the wrapper
  *
  * @param $name
  * @return $this 
  * @static 
  */
 public static function remove($name)
 {
     return \Artisaninweb\SoapWrapper\Wrapper::remove($name);
 }