Scalr\Stats\CostAnalytics\Entity\ProjectEntity::getProperties PHP 메소드

getProperties() 공개 메소드

Gets all collection of the properties for this cost centre
public getProperties ( ) : ArrayCollection | null
리턴 Scalr\Model\Collections\ArrayCollection | null
    public function getProperties()
    {
        return $this->_properties;
    }