PHP Class Pimcore\Model\Element\Reference\Placeholder

Datei anzeigen Open project: pimcore/pimcore

Public Properties

Property Type Description
$id integer
$type string

Public Methods

Method Description
__construct ( integer $id, string $type )
getId ( ) : integer
getType ( ) : string
setId ( integer $id )
setType ( string $type )

Method Details

__construct() public method

public __construct ( integer $id, string $type )
$id integer
$type string

getId() public method

public getId ( ) : integer
return integer

getType() public method

public getType ( ) : string
return string

setId() public method

public setId ( integer $id )
$id integer

setType() public method

public setType ( string $type )
$type string

Property Details

$id public_oe property

public int $id
return integer

$type public_oe property

public string $type
return string