ComponentOptionAttribute
in package
Class ComponentOptionAttribute
Table of Contents
- $name : mixed
- $value : mixed
- create() : ComponentOptionAttribute
- name() : mixed
- value() : mixed
- __construct() : mixed
- ComponentOptionAttribute constructor.
Properties
$name
protected
mixed
$name
$value
protected
mixed
$value
Methods
create()
public
static create(string $name, string $value) : ComponentOptionAttribute
Parameters
- $name : string
- $value : string
Return values
ComponentOptionAttribute —name()
public
name() : mixed
Return values
mixed —value()
public
value() : mixed
Return values
mixed —__construct()
ComponentOptionAttribute constructor.
private
__construct(string $name, string $value) : mixed
Parameters
- $name : string
- $value : string