Destiny\Grimoire\Page::__construct PHP Method

__construct() public method

public __construct ( Theme $theme, array $properties )
$theme Theme
$properties array
    public function __construct(Theme $theme, array $properties)
    {
        parent::__construct($theme->grimoire, $properties);
        $this->theme = $theme;
        $this->cardBriefs = new CardCollection($this, $properties['cardBriefs']);
    }