Changes done for PhpDoc

This commit is contained in:
abraar
2011-02-02 13:35:08 +00:00
parent 1c3db32970
commit 374249e2bc
3 changed files with 3 additions and 3 deletions

View File

@@ -138,7 +138,7 @@ include_once '".$this->getStubPeerBuilder()->getClassFilePath()."';
*";
}
$script .= "
* @package ".$this->getPackage()."
* @package workflow.".$this->getPackage()."
*/
abstract class ".$this->getClassname()." extends ".ClassTools::classname($this->getBaseClass())." ";

View File

@@ -100,7 +100,7 @@ include_once '$objectFile';";
*";
}
$script .= "
* @package ".$this->getPackage()."
* @package workflow.".$this->getPackage()."
*/
abstract class ".$this->getClassname()." {
";

View File

@@ -93,7 +93,7 @@ include_once 'creole/CreoleTypes.php';
* ORDER BY clause to know whether it needs to apply SQL to make the ORDER BY case-insensitive
* (i.e. if it's a text column type).
*
* @package ".$this->getPackage()."
* @package workflow.".$this->getPackage()."
*/
class ".$this->getClassname()." {
";