Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. PEAR.php

PEAR::$bivalentMethods

List of methods that can be called both statically and non-statically.

Type: array

File

vendor/pear/pear-core-minimal/src/PEAR.php, line 142

Class

PEAR
Base class for other PEAR classes. Provides rudimentary emulation of destructors.

Code

protected static $bivalentMethods = array(
    'setErrorHandling' => true,
    'raiseError' => true,
    'throwError' => true,
    'pushErrorHandling' => true,
    'popErrorHandling' => true,
);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal