spec\Prophecy\Promise\ClassCallback::staticCallbackMethod PHP 메소드

staticCallbackMethod() 정적인 공개 메소드

static public staticCallbackMethod ( array $args )
$args array
    static function staticCallbackMethod($args)
    {
        return $args[0];
    }