Current File : /home/resuelf/www/wp-content/plugins/aawp/src/ClickTracking/user-agents/device/class-aawp-pda.php
<?php

class AAWP_Pda {
	public function __construct( $ua ) {
		$this->detectPDA( $ua );
	}

	private function detectPDA( $u ) {
		$this->type = 'pda';
	}
}