Esempio n. 1
0
	/**
	 * Get a voter object from a securepoll_voters row
	 */
	function newVoterFromRow( $row ) {
		return SecurePoll_Voter::newFromRow( $this, $row );
	}