PartKeepr\PartBundle\Entity\PartMeasurementUnit::isDefault PHP Метод

isDefault() публичный Метод

Returns if the unit is default or not.
public isDefault ( ) : boolean
Результат boolean True if the unit is default, false for not
    public function isDefault()
    {
        return $this->default;
    }