Lines Matching refs:class
10 class DebugHelper
44 (!empty($self['class']) ? ($self['class'] . '::') : '') .
53 (!empty($call['class']) ? ($call['class'] . '::') : '') .
66 * @param string $class The class with the deprecated property
71 public static function dbgDeprecatedProperty($class, $propertyName)
83 $caller = trim($call['class'] . '::' . $call['function'] . '()', ':');
84 $qualifiedName = $class . '::$' . $propertyName;