Changes done for PhpDoc
This commit is contained in:
@@ -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())." ";
|
||||
|
||||
|
||||
@@ -100,7 +100,7 @@ include_once '$objectFile';";
|
||||
*";
|
||||
}
|
||||
$script .= "
|
||||
* @package ".$this->getPackage()."
|
||||
* @package workflow.".$this->getPackage()."
|
||||
*/
|
||||
abstract class ".$this->getClassname()." {
|
||||
";
|
||||
|
||||
@@ -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()." {
|
||||
";
|
||||
|
||||
Reference in New Issue
Block a user