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);
    }