Gregwar\Formidable\Parser::push PHP Method

push() protected method

protected push ( $something )
    protected function push($something)
    {
        $this->data[] = $something;
        $this->idx = count($this->data);
    }