Skip to content

Instantly share code, notes, and snippets.

@saltun
Last active August 29, 2015 14:05
Show Gist options
  • Select an option

  • Save saltun/f0232a87c4cdc272ac70 to your computer and use it in GitHub Desktop.

Select an option

Save saltun/f0232a87c4cdc272ac70 to your computer and use it in GitHub Desktop.
Test Class
<?php
/*
* Author : Savaş Can Altun
* Web : http://savascanaltun.com.tr
* Mail : savascanaltun@gmail.com
* GİT : http://github.com/saltun
* Date : 31.08.2014
* Update : 31.08.2014
*/
Class TestSinifi{
public function test($par){
echo $par;
}
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment