filterById($node->getId(), \Criteria::NOT_EQUAL) ->filterByTreeLeft(1, \Criteria::NOT_EQUAL) ->filterByNavId($node->getNavId()) ->orderByTreeLeft(); } /** * @param null $con * @return array|mixed|PropelObjectCollection */ public function find($con = null) { return parent::find($con); // TODO: Change the autogenerated stub } }