WellCommerce\Bundle\ThemeBundle\Entity\Theme::getCss PHP Method

getCss() public method

public getCss ( ) : Doctrine\Common\Collections\Collection
return Doctrine\Common\Collections\Collection
    public function getCss() : Collection
    {
        return $this->css;
    }