login::GET PHP Method

GET() public method

public GET ( $matches )
    function GET($matches)
    {
        include __DIR__ . '/view/login.php';
    }