Created
April 1, 2014 11:40
-
-
Save renepardon/9912294 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Class Trollololololl | |
*/ | |
class Trollololololl | |
{ | |
/** | |
* Does something. | |
* | |
* @var int | |
*/ | |
protected $_0oOo0O0O00Oo = 0; | |
/** | |
* Does another thing. | |
* | |
* @var int | |
*/ | |
protected $_I11Il1lL1llI = 1; | |
/** | |
* Doese anything. For example returning a random number. | |
* | |
* @return int | |
*/ | |
public function doAnything() | |
{ | |
return $this->randomNumber(); | |
} | |
/** | |
* Returns a random number x) | |
* | |
* @return int | |
*/ | |
public function randomNumber() | |
{ | |
return $this->_0oOo0O0O00Oo . $this->_I11Il1lL1llI; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment