PartKeepr\CoreBundle\System\SystemInformationRecord::__construct PHP Method

__construct() public method

Creates a new system information record.
public __construct ( string $name, mixed $value, string $category )
$name string
$value mixed
$category string
    public function __construct($name, $value, $category)
    {
        $this->name = $name;
        $this->value = $value;
        $this->category = $category;
    }
SystemInformationRecord