lsolesen\pel\PelEntryTime::__construct PHP Method

__construct() public method

Make a new entry for holding a timestamp.
public __construct ( $tag, $timestamp, $type = self::UNIX_TIMESTAMP )
    public function __construct($tag, $timestamp, $type = self::UNIX_TIMESTAMP)
    {
        parent::__construct($tag);
        $this->setValue($timestamp, $type);
    }