Skip to content

Instantly share code, notes, and snippets.

@rifki
Created November 5, 2011 15:11
Show Gist options
  • Save rifki/1341641 to your computer and use it in GitHub Desktop.
Save rifki/1341641 to your computer and use it in GitHub Desktop.
testing
<?php
class Test
{
private $log;
private $loc;
public function __construct(){}
public function getLog(){}
public function setLog(){}
public function getLoc(){}
public function setLoc(){}
public function viewLog(){
echo "blahblah";
}
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment