WellCommerce\Bundle\AppBundle\Entity\Dimension::getWidth PHP Метод

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

public getWidth ( ) : float
Результат float
    public function getWidth()
    {
        return $this->width;
    }