Destiny\Definitions\ActivityType::isWeekly PHP Method

isWeekly() public method

public isWeekly ( )
    public function isWeekly()
    {
        return $this->isWeeklyHeroic() || $this->isNightfall() || $this->isRaid() || $this->isArena();
    }