Pimcore\Model\Element\Reference\Placeholder::__construct PHP Метод

__construct() публичный Метод

public __construct ( integer $id, string $type )
$id integer
$type string
    public function __construct($id, $type)
    {
        $this->setId($id);
        $this->setType($type);
    }