WellCommerce\Bundle\ThemeBundle\Entity\Theme::getCss PHP 메소드

getCss() 공개 메소드

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