Arikaim CMS

ViewComponentsInterface

Package view components interface

Table of Contents

Methods

getComponents()  : array<string|int, mixed>
Get package components list
getEmails()  : array<string|int, mixed>
Get package emails list
getPages()  : array<string|int, mixed>
Get package pages list

Methods

getComponents()

Get package components list

public getComponents([string|null $parent = null ][, string $type = 'components' ]) : array<string|int, mixed>
Parameters
$parent : string|null = null
$type : string = 'components'
Return values
array<string|int, mixed>

getEmails()

Get package emails list

public getEmails([string|null $parent = null ]) : array<string|int, mixed>
Parameters
$parent : string|null = null
Return values
array<string|int, mixed>

getPages()

Get package pages list

public getPages([string|null $parent = null ]) : array<string|int, mixed>
Parameters
$parent : string|null = null
Return values
array<string|int, mixed>

        
On this page

Search results