Lines Matching +full:page -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)
8 * Represents a single page revision in the wiki.
10 class Page extends ApiResponse class
12 /** @var string The page ID */
14 /** @var int The page revision aka last modified timestamp */
16 /** @var int The page size in bytes */
18 /** @var string The page title */
20 /** @var int The current user's permissions for this page */
22 /** @var string MD5 sum over the page's content (if available and requested) */
24 /** @var string The author of this page revision (if available and requested) */
27 /** @var string The file path to this page revision */
31 * Page constructor.
33 * @param string $id The page ID
34 * @param int $revision The page revision 0 for current
36 * @param string $title The page title
37 * @param int|null $size The page size in bytes
38 * @param int|null $perms The current user's permissions for this page
39 * @param string $hash MD5 sum over the page's content
40 * @param string $author The author of this page revision
63 * Get the title for the page
83 * Calculate the hash for this page
93 * Retrieve the author of this page