Elgg\HooksRegistrationService::clearHandlers PHP 메소드

clearHandlers() 공개 메소드

Clears all handlers for a specific hook
public clearHandlers ( string $name, string $type ) : void
$name string
$type string
리턴 void
    public function clearHandlers($name, $type)
    {
        unset($this->registrations[$name][$type]);
    }