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

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

Get custom attributes value.
public getCustomAttribute ( string $column ) : array
$column string
Результат array
    public function getCustomAttribute($column)
    {
        return (array) $this->customAttributes[$column];
    }