LazyRecord\BaseModel::getDataLabelField PHP 메소드

getDataLabelField() 공개 메소드

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