schmunk42\giiant\generators\crud\providers\core\CallbackProvider::columnFormat PHP Method

columnFormat() public method

public columnFormat ( $attribute, $model, $generator )
    public function columnFormat($attribute, $model, $generator)
    {
        $key = $this->findValue($this->getModelKey($attribute, $model), $this->columnFormats);
        if ($key) {
            return $this->columnFormats[$key]($attribute, $model, $generator);
        }
    }