Changeset 926

Show
Ignore:
Timestamp:
09/18/07 22:23:31 (1 year ago)
Author:
mikey
Message:

fixed doc blocks

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/rdbms/persistence/creator/stubDatabaseCreator.php

    r910 r926  
    11<?php 
    22/** 
    3  * Class for creating the table description for a class
     3 * Class for creating the table description for an entity
    44 * 
    55 * @author      Frank Kleine <mikey@stubbles.net> 
     
    1313); 
    1414/** 
    15  * Class for creating the table description for a class
     15 * Class for creating the table description for an entity
    1616 * 
    1717 * @package     stubbles 
  • trunk/src/main/php/net/stubbles/rdbms/persistence/eraser/stubDatabaseEraser.php

    r925 r926  
    11<?php 
    22/** 
    3  * Class for erasing the data of a persistable object within a database. 
     3 * Class for erasing the data of an entity object within a database. 
    44 * 
    55 * @author      Frank Kleine <mikey@stubbles.net> 
     
    1616); 
    1717/** 
    18  * Class for erasing the data of a persistable object within a database. 
     18 * Class for erasing the data of an entity object within a database. 
    1919 * 
    2020 * @package     stubbles 
     
    123123 
    124124    /** 
    125      * deletes all instances of $persistableClassName by given criterion 
     125     * deletes all instances of an entity by given criterion 
    126126     * 
    127      * @param   stubCriterion                $criterion             the criterion that denotes all instances to delete 
     127     * @param   stubCriterion                $criterion    the criterion that denotes all instances to delete 
    128128     * @param   stubBaseReflectionClass      $entityClass 
    129129     * @return  int                          amount of erased instances