Pages::__construct()
The constructor.
Table of Contents
Description
Pages::__construct(iterable $value = []): self;
This method will be called when you instantiate a Pages
class.
Example
$pages = new Pages([
'.\lot\page\article\article-1.page',
'.\lot\page\article\article-2.page',
'.\lot\page\article\article-3.page',
'.\lot\page\article\article-4.page',
'.\lot\page\article\article-5.page'
]);
Pages::__construct()
The constructor.
Pages::__get()
Gets a custom property of pages.
Pages::__isset()
Checks if a custom property of pages returns non-null value.
Pages::__set()
Sets a custom property of pages.
Pages::__unset()
Deletes a custom property of pages.
Pages::from()
Object instantiator.