Gc\Document\Collection::getEditUrl PHP Method

getEditUrl() public method

(non-PHPdoc)
See also: include Gc\Component\IterableInterface#getEditUrl()
public getEditUrl ( ) : mixed
return mixed
    public function getEditUrl()
    {
        return null;
    }

Usage Example

コード例 #1
0
ファイル: CollectionTest.php プロジェクト: gotcms/gotcms
 /**
  * Test
  *
  * @return void
  */
 public function testGetEditUrl()
 {
     $this->assertNull($this->object->getEditUrl());
 }