コード例 #1
0
ファイル: _ide_helper.php プロジェクト: nmkr/basic-starter
 /**
  * Set an input definition set to be used with this application
  *
  * @param \Symfony\Component\Console\InputDefinition $definition The input definition
  * @api 
  * @static 
  */
 public static function setDefinition($definition)
 {
     //Method inherited from \Symfony\Component\Console\Application
     return \Illuminate\Console\Application::setDefinition($definition);
 }