login::GET PHP 메소드

GET() 공개 메소드

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