DomCI : Update all the PHPDoc

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3279 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2016-12-09 14:47:48 +00:00
parent b102168208
commit b55ea95fae
21 changed files with 953 additions and 424 deletions

View File

@@ -181,7 +181,7 @@ class mail
/** Return the content array of the section
* @param string $sectionID The section ID to get
* @param array The content of the section
* @return array The content of the section
*/
private function sectionGet ($sectionID)
{
@@ -967,7 +967,7 @@ class mail
}
/** Set the subject
* @param string In UTF8
* @param string $subject In UTF8
*/
public function setSubject ($subject)
{
@@ -1148,6 +1148,7 @@ class mail
/** Get a generic header
* If there is multiple headers with the same name, return the first
* @param string $header The header to get
* @param array|null $headers Optional headers to examine
* @return string|bool the literal value or false if it doesn't exist
*/
public function getHeader ($header, $headers=null)