Changes done for PhpDoc
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* class.replacementLogo.php
|
||||
* @package workflow.engine.classes
|
||||
*
|
||||
* ProcessMaker Open Source Edition
|
||||
* Copyright (C) 2004 - 2008 Colosa Inc.23
|
||||
* Copyright (C) 2004 - 2011 Colosa Inc.
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
@@ -20,8 +21,10 @@
|
||||
*
|
||||
* For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
|
||||
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
|
||||
* /**
|
||||
* @package workflow.classes
|
||||
*/
|
||||
|
||||
/**
|
||||
* @package workflow.engine.classes
|
||||
*/
|
||||
|
||||
class replacementLogo {
|
||||
@@ -29,7 +32,7 @@ class replacementLogo {
|
||||
//var $dir='';
|
||||
/**
|
||||
* This function is the constructor of the replacementLogo class
|
||||
* @param
|
||||
* param
|
||||
* @return void
|
||||
*/
|
||||
function replacementLogo() {
|
||||
@@ -78,7 +81,7 @@ class replacementLogo {
|
||||
*
|
||||
* @name getNameLogo
|
||||
*
|
||||
* @param
|
||||
* param
|
||||
* @return array
|
||||
*/
|
||||
function getNameLogo($usrUid) {
|
||||
|
||||
Reference in New Issue
Block a user