register::POST PHP Method

POST() public method

public POST ( )
    function POST()
    {
        $this->GET();
    }
register