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

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

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