LazyRecord\BaseModel::dataLabel PHP 메소드

dataLabel() 공개 메소드

This is for select widget, returns label value from specific column.
public dataLabel ( )
    public function dataLabel()
    {
        return $this->get($this->getDataLabelField());
    }