ProductVariation::getCategories PHP Method

getCategories() public method

public getCategories ( )
    public function getCategories()
    {
        return $this->Product() ? $this->Product()->getCategories() : ArrayList::create();
    }