getReflectionClass() 공개 정적인 메소드

Gets reflection class of Aws
public static getReflectionClass ( ) : ReflectionClass
리턴 ReflectionClass Returns reflection class of Aws
예제 #1
0
 /**
  * @test
  */
 public function testGetReflectionClass()
 {
     $refl = Aws::getReflectionClass();
     $this->assertEquals(self::CLASS_AWS, $refl->getName(), 'Invalid reflection class.');
 }