Destiny\Definitions\ActivityType::isNightfall PHP Method

isNightfall() public method

public isNightfall ( )
    public function isNightfall()
    {
        return $this->identifier == 'ACTIVITY_TYPE_NIGHTFALL';
    }