Pyrech\ComposerChangelogs\OperationHandler\OperationHandler::supports PHP Метод

supports() публичный Метод

Return whether the handler supports the given operation.
public supports ( Composer\DependencyResolver\Operation\OperationInterface $operation ) : boolean
$operation Composer\DependencyResolver\Operation\OperationInterface
Результат boolean
    public function supports(OperationInterface $operation);