getControllerName() 공개 메소드

public getControllerName ( ) : string
리턴 string
예제 #1
0
 public function testGetControllerName()
 {
     $value = $this->object->getControllerName();
     $this->assertNull($value);
 }