Nwidart\Modules\Support\Migrations\SchemaParser::hasCustomAttribute PHP Method

hasCustomAttribute() public method

Determine whether the given column is exist in customAttributes array.
public hasCustomAttribute ( string $column ) : boolean
$column string
return boolean
    public function hasCustomAttribute($column)
    {
        return array_key_exists($column, $this->customAttributes);
    }