where = $where; } public function getStatus(){ return $this->getWhereCondition( 'status' ); } public function getWhereCondition( $whereCondition ){ if ( isset( $this->where[ $whereCondition ] ) ) { return $this->where[ $whereCondition ]; } return null; } }