Открытые статические члены | |
static | getPreview ($lid) |
static | getPublicUrl ($lid) |
static | resolveIdByPublicUrl (string $landingUrl, int $siteId) |
static | getAdditionalFields ($lid) |
static | publication ($lid) |
static | unpublic ($lid) |
static | addBlock ($lid, array $fields, bool $preventHistory=false) |
static | deleteBlock ($lid, $block) |
static | markDeletedBlock (int $lid, int $block, bool $mark=true, bool $preventHistory=false) |
static | markUnDeletedBlock (int $lid, int $block, bool $preventHistory=false) |
static | upBlock (int $lid, int $block, bool $preventHistory=false) |
static | downBlock (int $lid, int $block, bool $preventHistory=false) |
static | favoriteBlock (int $lid, int $block, array $meta=[]) |
static | unFavoriteBlock (int $blockId) |
static | showBlock ($lid, $block) |
static | hideBlock ($lid, $block) |
static | copyBlock ($lid, $block, array $params=array()) |
static | moveBlock ($lid, $block, array $params=array()) |
static | removeEntities ($lid, array $data) |
static | getList (array $params=[]) |
static | add (array $fields) |
static | addByTemplate ($siteId, $code, array $fields=[]) |
static | update ($lid, array $fields) |
static | delete ($lid) |
static | move (int $lid, ?int $toSiteId=null, ?int $toFolderId=null) |
static | copy (int $lid, ?int $toSiteId=null, ?int $toFolderId=null, bool $skipSystem=false) |
static | markDelete ($lid, $mark=true) |
static | markUnDelete ($lid) |
static | uploadFile ($lid, $picture, $ext=false, array $params=array()) |
static | updateHead ($lid, $content) |
Защищенные статические члены | |
static | clearDisallowFields (array $fields) |
static | checkAddingInMenu (array $fields, ?bool &$willAdded=null) |
См. определение в файле landing.php строка 19
|
static |
Create new landing.
array | $fields | Landing data. |
См. определение в файле landing.php строка 769
|
static |
Add new block to the landing.
int | $lid | Id of landing. |
array | $fields | Data array of block. |
bool | $preventHistory | True if no need save history |
См. определение в файле landing.php строка 189
|
static |
Create a page by template.
int | $siteId | Site id. |
string | $code | Code of template. |
array | $fields | Landing fields. |
Creates new page in the site by template.
int | $siteId | Site id. |
string | $code | Template code. |
array | $fields | Landing fields. |
См. определение в файле landing.php строка 801
|
staticprotected |
Checks that page also adding in some menu.
array | $fields | Landing data array. |
bool | $willAdded | Flag that menu item will be added. |
См. определение в файле landing.php строка 707
|
staticprotected |
Clear disallow keys from add/update fields.
array | $fields |
См. определение в файле landing.php строка 26
|
static |
Copy landing.
int | $lid | Landing id. |
int | null | $toSiteId | Site id (if you want copy in another site). |
int | null | $toFolderId | Folder id (if you want copy in some folder). |
bool | $skipSystem | If true, don't copy system flag. |
См. определение в файле landing.php строка 914
|
static |
Copy other block to this landing.
int | $lid | Id of landing. |
int | $block | Block id. |
array | $params | Params array. |
См. определение в файле landing.php строка 508
|
static |
Delete landing.
int | $lid | Landing id. |
См. определение в файле landing.php строка 870
|
static |
Delete the block from the landing.
int | $lid | Id of landing. |
int | $block | Block id. |
См. определение в файле landing.php строка 253
|
static |
Sort down the block on the landing.
int | $lid | Id of landing. |
int | $block | Block id. |
bool | $preventHistory | True if no need save history |
См. определение в файле landing.php строка 359
|
static |
Save the block in favorites.
int | $lid | Landing id. |
int | $block | Block id. |
array | $meta | Meta info. |
См. определение в файле landing.php строка 374
|
static |
Get additional fields of landing.
int | $lid | Id of landing. |
См. определение в файле landing.php строка 106
|
static |
Get available landings.
array | $params | Params ORM array. |
См. определение в файле landing.php строка 584
|
static |
Get preview picture of landing.
int | $lid | Id of landing. |
См. определение в файле landing.php строка 49
|
static |
Get public url of landing.
int | $lid | Id of landing. |
См. определение в файле landing.php строка 70
|
static |
Dectivate the block on the landing.
int | $lid | Id of landing. |
int | $block | Block id. |
См. определение в файле landing.php строка 453
|
static |
Mark entity as deleted.
int | $lid | Entity id. |
boolean | $mark | Mark. |
См. определение в файле landing.php строка 933
|
static |
Mark delete or not the block.
int | $lid | Id of landing. |
int | $block | Block id. |
boolean | $mark | Mark. |
bool | $preventHistory | True if no need save history |
См. определение в файле landing.php строка 276
|
static |
Mark entity as undeleted.
int | $lid | Entity id. |
См. определение в файле landing.php строка 964
|
static |
Mark undelete the block.
int | $lid | Id of landing. |
int | $block | Block id. |
bool | $preventHistory | True if no need save history |
См. определение в файле landing.php строка 301
|
static |
Move the page to site/folder.
int | $lid | Landing id. |
int | null | $toSiteId | Site id. |
int | null | $toFolderId | Folder id (optional). |
См. определение в файле landing.php строка 897
|
static |
Move other block to this landing.
int | $lid | Id of landing. |
int | $block | Block id. |
array | $params | Params array. |
См. определение в файле landing.php строка 526
|
static |
Publication of landing.
int | $lid | Id of landing. |
См. определение в файле landing.php строка 138
|
static |
Remove entities of Landing - images / blocks.
int | $lid | Landing id. |
array | $data | Data for remove. |
См. определение в файле landing.php строка 543
|
static |
Returns landing id resolves by landing public url.
string | $landingUrl | Landing public url. |
int | $siteId | Landing's site id. |
См. определение в файле landing.php строка 94
|
static |
Activate the block on the landing.
int | $lid | Id of landing. |
int | $block | Block id. |
См. определение в файле landing.php строка 441
|
static |
Remove block from favorites. Only if block created by current user.
int | $blockId | - id of deleted block |
См. определение в файле landing.php строка 392
|
static |
Cancel publication of landing.
int | $lid | Id of landing. |
См. определение в файле landing.php строка 163
|
static |
Sort up the block on the landing.
int | $lid | Id of landing. |
int | $block | Block id. |
bool | $preventHistory | True if no need save history |
См. определение в файле landing.php строка 344
|
static |
Update landing.
int | $lid | Landing id. |
array | $fields | Landing new data. |
См. определение в файле landing.php строка 843
|
static |
Set some content to the Head section.
int | $lid | Landing id. |
string | $content | Some content. |
См. определение в файле landing.php строка 1022
|
static |
Upload file by url or from FILE.
int | $lid | Landing id. |
string | $picture | File url / file array. |
string | $ext | File extension. |
array | $params | Some file params. |
См. определение в файле landing.php строка 977