Scalr\Stats\CostAnalytics\Entity\ProjectEntity::getProperties PHP Method

getProperties() public method

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