changing credentias passing to designer index

This commit is contained in:
Erik Amaru Ortiz
2013-12-06 17:01:59 -04:00
parent 682212e799
commit ed8c083b80
3 changed files with 16 additions and 6 deletions

View File

@@ -188,6 +188,14 @@ class Type
return $name;
}
/**
* @param integer $age {@type 1,2,,}
*/
function postInt($age='')
{
return '->'.$age;
}
}
class Author