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]);
    }