Gc\Document\Collection::getEditUrl PHP 메소드

getEditUrl() 공개 메소드

(non-PHPdoc)
또한 보기: include Gc\Component\IterableInterface#getEditUrl()
public getEditUrl ( ) : mixed
리턴 mixed
    public function getEditUrl()
    {
        return null;
    }

Usage Example

예제 #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetEditUrl()
 {
     $this->assertNull($this->object->getEditUrl());
 }