class PHPUnit_Util_Class

Class helpers.

@package PHPUnit @subpackage Util @author Sebastian Bergmann <sebastian@phpunit.de> @copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de> @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License @link http://www.phpunit.de/ @since Class available since Release 3.1.0

Hierarchy

Expanded class hierarchy of PHPUnit_Util_Class

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Class.php, line 57

View source

Members

Namesort descending Modifiers Type Description Overrides
PHPUnit_Util_Class::$buffer protected static property
PHPUnit_Util_Class::arrayToName protected static function Returns the package information of a user-defined class.
PHPUnit_Util_Class::collectEnd public static function Stops the collection of loaded classes and returns the names of the loaded classes.
PHPUnit_Util_Class::collectStart public static function Starts the collection of loaded classes.
PHPUnit_Util_Class::getHierarchy public static function Returns the class hierarchy for a given class.
PHPUnit_Util_Class::getMethodParameters public static function Returns the parameters of a function or method.
PHPUnit_Util_Class::getObjectAttribute public static function Returns the value of an object's attribute. This also works for attributes that are declared protected or private.
PHPUnit_Util_Class::getPackageInformation public static function Returns the package information of a user-defined class.
PHPUnit_Util_Class::getStaticAttribute public static function Returns the value of a static attribute. This also works for attributes that are declared protected or private.