getAutoloaderConfig() 공개 메소드

Get autoloader config
public getAutoloaderConfig ( ) : array
리턴 array
예제 #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetAutoloaderConfig()
 {
     $this->assertInternalType('array', $this->object->getAutoloaderConfig());
 }