Changeset 699
- Timestamp:
- 06/01/07 00:01:36 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/reflection/stubReflectionPackage.php
r698 r699 53 53 * The result is a short but informative representation about the class and 54 54 * its values. Per default, this method returns: 55 * 'net.stubbles.reflection.stubReflection Class['[name-of-reflected-class]'] {}'55 * 'net.stubbles.reflection.stubReflectionPackage['[name-of-reflected-package]'] {}' 56 56 * <code> 57 * net.stubbles.reflection.stubReflection Class[MyClass] {57 * net.stubbles.reflection.stubReflectionPackage[mypackage] { 58 58 * } 59 59 * </code> … … 124 124 * check whether the package contains a subpackage with the given name 125 125 * 126 * @param string $name name of subpackage 126 * @param string $name name of subpackage 127 * @return bool 127 128 */ 128 129 public function hasPackage($name)
