mageekguy\atoum\withStatic::someOtherStaticMethod PHP 메소드

someOtherStaticMethod() 공개 정적인 메소드

public static someOtherStaticMethod ( $return1, $return2, $return3 )
    public static function someOtherStaticMethod($return1, $return2, $return3)
    {
        return array($return1, $return2, $return3);
    }