phpDocumentor

AbstractContentManagerOptionValue
in package

Class AbstractContentManagerOptionValue

Table of Contents

$title  : string
$value  : string
__construct()  : mixed
AbstractContentManagerOptionValue constructor.
createFromJsonObject()  : AbstractContentManagerOptionValue
jsonSerialize()  : mixed
Specify data which should be serialized to JSON
setTitle()  : void
setValue()  : void
title()  : string
value()  : string

Properties

Methods

__construct()

AbstractContentManagerOptionValue constructor.

public __construct(string $value, string $title) : mixed
Parameters
$value : string
$title : string
Return values
mixed

Search results