class ContentType

Class ContentType

Properties

$uid
$stack

Methods

__construct(string $uid = '', Stack $stack = '')

ContentType ContentType Class to initalize your ContentType

Entry(string $entry_uid = '')

Entry object to create the "Query" on the specified ContentType

Request
fetch(object $params = null)

Fetch the specific contenttypes

Query()

Query object to create the "Query" on the specified ContentType

Details

at line 47
__construct(string $uid = '', Stack $stack = '')

ContentType ContentType Class to initalize your ContentType

Parameters

string $uid
  • valid content type uid
Stack $stack
  • Stack Instance

at line 61
Entry Entry(string $entry_uid = '')

Entry object to create the "Query" on the specified ContentType

Parameters

string $entry_uid
  • Entry uid to get details

Return Value

Entry

at line 73
Request fetch(object $params = null)

Fetch the specific contenttypes

Parameters

object $params
  • Parameters to fetch content

Return Value

Request

at line 86
Query Query()

Query object to create the "Query" on the specified ContentType

Return Value

Query