LazyRecord\BaseModel::getDataLabelField PHP Méthode

getDataLabelField() public méthode

public getDataLabelField ( )
    public function getDataLabelField()
    {
        if ($this->dataLabelField) {
            return $this->dataLabelField;
        }
        return static::PRIMARY_KEY;
    }