Ejemplo n.º 1
0
	/**
	 * @return bool
	 */
	public function check()
	{
		if ( ! $this->_post ) {
			return false;
		}

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