Changeset 699

Show
Ignore:
Timestamp:
06/01/07 00:01:36 (2 years ago)
Author:
mikey
Message:

some doc block corrections

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/reflection/stubReflectionPackage.php

    r698 r699  
    5353     * The result is a short but informative representation about the class and 
    5454     * its values. Per default, this method returns: 
    55      * 'net.stubbles.reflection.stubReflectionClass['[name-of-reflected-class]']  {}' 
     55     * 'net.stubbles.reflection.stubReflectionPackage['[name-of-reflected-package]']  {}' 
    5656     * <code> 
    57      * net.stubbles.reflection.stubReflectionClass[MyClass] { 
     57     * net.stubbles.reflection.stubReflectionPackage[mypackage] { 
    5858     * } 
    5959     * </code> 
     
    124124     * check whether the package contains a subpackage with the given name 
    125125     * 
    126      * @param  string  $name  name of subpackage 
     126     * @param   string  $name  name of subpackage 
     127     * @return  bool 
    127128     */ 
    128129    public function hasPackage($name)