spec\PhpSpec\Util\ExampleObject::commentedMethod PHP 메소드

commentedMethod() 공개 메소드

public commentedMethod ( )
    public function commentedMethod()
    {
        /**
         * this is a comment
         */
        // This is a comment
        /* this is a comment {} */
    }