Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Jarves
ContentTypes
ContentTypes
PHP Class Jarves\ContentTypes\ContentTypes
Datei anzeigen
Open project: jarves/jarves
Protected Properties
Property
Type
Description
$types
AbstractType[]
Public Methods
Method
Description
addType
(
string
$type
,
AbstractType
$contentType
)
getType
(
string
$type
) :
AbstractType
Method Details
addType()
public
method
public
addType
(
string
$type
,
AbstractType
$contentType
)
$type
string
$contentType
AbstractType
getType()
public
method
public
getType
(
string
$type
) :
AbstractType
$type
string
return
AbstractType
Property Details
$types
protected_oe property
protected
AbstractType[],Jarves\ContentTypes
$types
return
AbstractType[]