码迷,mamicode.com
首页 > 其他好文 > 详细

每天laravel-20160725| Genaerator command-3

时间:2016-04-27 11:05:52      阅读:124      评论:0      收藏:0      [点我收藏+]

标签:laravel

   /**
    * Determine if the class already exists.
    *
    * @param  string  $rawName
    * @return bool
    */
   protected function alreadyExists($rawName)// variable is name
   {
       $name = $this->parseName($rawName);// parse name like parseInt

       return $this->files->exists($this->getPath($name));// check the file has exists
   }// Determine if the class already exists.
// check the instance of the class exists


本文出自 “专注php” 博客,请务必保留此出处http://jingshanls.blog.51cto.com/3357095/1768097

每天laravel-20160725| Genaerator command-3

标签:laravel

原文地址:http://jingshanls.blog.51cto.com/3357095/1768097

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!