yii\debug\panels\TimelinePanel::getStart PHP Method

getStart() public method

Start request, timestamp (obtained by microtime(true))
public getStart ( ) : float
return float
    public function getStart()
    {
        return $this->_start;
    }