php 用于PHPStorm的雄辩模型PHPDocs
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 用于PHPStorm的雄辩模型PHPDocs相关的知识,希望对你有一定的参考价值。
use Illuminate\Database\Eloquent\Builder;
* @property mixed created_at
* @property mixed updated_at
*
* @method static $this create( ...$args )
* @method static $this find( $id ) : $this
* @method static Builder where( ...$args )
* @method static Builder whereIn( ...$args )
* @method static $this paginate( ...$args )
* @method static $this orderBy( ...$args )
*
* @method $this first
* @method Builder get
* @method save( array $options = [] )
* @method delete
* @method update( array $attributes = [], array $options = [] )
以上是关于php 用于PHPStorm的雄辩模型PHPDocs的主要内容,如果未能解决你的问题,请参考以下文章
PhpStorm 中雄辩的 ORM 代码提示
PHPStorm:对象集合的正确 PHPDoc?
PhpStorm - 有没有办法将 PHPDoc 转换为类型提示并返回类型声明?
PhpStorm 10.0.3汉化及安装破解教程
为啥 PhpStorm 会报“参数类型不匹配”错误?
派生类返回值的 PhpStorm 类型提示