Documentation

TaggedValue
in package

Tags
author

Nicolas Grekas p@tchwork.com

author

Guilhem N. egetick@gmail.com

Table of Contents

$tag  : string
$value  : mixed
__construct()  : mixed
getTag()  : string
getValue()  : mixed

Properties

Methods

__construct()

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

getTag()

public getTag() : string
Return values
string

getValue()

public getValue() : mixed
Return values
mixed

Search results