// @formatter:off /** * A helper file for Laravel 5, to provide autocomplete information to your IDE * Generated for Laravel on . * * This file should not be included in your code, only analyzed by your IDE! * * @author Barry vd. Heuvel * @see https://github.com/barryvdh/laravel-ide-helper */ $aliases): ?> namespace { getDocComment(' ')) ?> getClassType() ?> getExtendsClass() ?> { getMethods() as $method): ?> getDocComment(' ')) ?> public static function getName() ?>(getParamsWithDefault() ?>) {getDeclaringClass() !== $method->getRoot()): ?> //Method inherited from getDeclaringClass() ?> shouldReturn() ? 'return ': '' ?>getRoot() ?>::getRealName() ?>(getParams() ?>); } } } $aliases): ?> namespace { getClassType() ?> getShortName() ?> extends getExtends() ?> {getExtendsNamespace() == '\Illuminate\Database\Eloquent'): ?> getMethods() as $method): ?> getDocComment(' ')) ?> public static function getName() ?>(getParamsWithDefault() ?>) {getDeclaringClass() !== $method->getRoot()): ?> //Method inherited from getDeclaringClass() ?> shouldReturn() ? 'return ': '' ?>getRoot() ?>::getRealName() ?>(getParams() ?>); } } } namespace { } namespace Illuminate\Support { /** * Methods commonly used in migrations * * @method Fluent after(string $column) Add the after modifier * @method Fluent charset(string $charset) Add the character set modifier * @method Fluent collation(string $collation) Add the collation modifier * @method Fluent comment(string $comment) Add comment * @method Fluent default($value) Add the default modifier * @method Fluent first() Select first row * @method Fluent index(string $name = null) Add the in dex clause * @method Fluent on(string $table) `on` of a foreign key * @method Fluent onDelete(string $action) `on delete` of a foreign key * @method Fluent onUpdate(string $action) `on update` of a foreign key * @method Fluent primary() Add the primary key modifier * @method Fluent references(string $column) `references` of a foreign key * @method Fluent nullable(bool $value = true) Add the nullable modifier * @method Fluent unique(string $name = null) Add unique index clause * @method Fluent unsigned() Add the unsigned modifier * @method Fluent useCurrent() Add the default timestamp value * @method Fluent change() Add the change modifier */ class Fluent {} }