Exemplo n.º 1
0
	/**
	 * returns the forum post url
	 *
	 * @return null|string
	 */
	public function url()
	{
		if ( ! $this->_post ) {
			return null;
		}

		return $this->_post->getUrl();
	}