LazyRecord\BaseModel::dataLabel PHP Method

dataLabel() public method

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