mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 17:48:25 +01:00
Fix PHPCS
This commit is contained in:
@@ -125,9 +125,9 @@ class WebsitePage extends CommonObject
|
|||||||
/**
|
/**
|
||||||
* Load object in memory from the database
|
* Load object in memory from the database
|
||||||
*
|
*
|
||||||
* @param int $id Id object.
|
* @param int $id Id object.
|
||||||
* If this is 0, the value into $page will be used. If not found of $page not defined, the default page of website_id will be used or the first page found if not set.
|
* If this is 0, the value into $page will be used. If not found of $page not defined, the default page of website_id will be used or the first page found if not set.
|
||||||
* If value is < 0, we must exclude this ID.
|
* If value is < 0, we must exclude this ID.
|
||||||
* @param string $website_id Web site id (page name must also be filled if this parameter is used)
|
* @param string $website_id Web site id (page name must also be filled if this parameter is used)
|
||||||
* @param string $page Page name (website id must also be filled if this parameter is used)
|
* @param string $page Page name (website id must also be filled if this parameter is used)
|
||||||
* @param string $aliasalt Alternative alias to search page (slow)
|
* @param string $aliasalt Alternative alias to search page (slow)
|
||||||
|
|||||||
Reference in New Issue
Block a user