getEditUrl() 공개 메소드

(non-PHPdoc)
또한 보기: include Gc\Component\IterableInterface#getEditUrl()
public getEditUrl ( ) : mixed
리턴 mixed
예제 #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetEditUrl()
 {
     $this->assertNull($this->object->getEditUrl());
 }