BookStack\Book::getEditUrl PHP Méthode

getEditUrl() public méthode

* Get the edit url for this book.
public getEditUrl ( )
    public function getEditUrl()
    {
        return $this->getUrl() . '/edit';
    }