Nwidart\Modules\Support\Migrations\SchemaParser::hasCustomAttribute PHP Метод

hasCustomAttribute() публичный Метод

Determine whether the given column is exist in customAttributes array.
public hasCustomAttribute ( string $column ) : boolean
$column string
Результат boolean
    public function hasCustomAttribute($column)
    {
        return array_key_exists($column, $this->customAttributes);
    }