Skip to content

Instantly share code, notes, and snippets.

@vanchelo
Created April 18, 2013 23:58
Show Gist options
  • Save vanchelo/5417130 to your computer and use it in GitHub Desktop.
Save vanchelo/5417130 to your computer and use it in GitHub Desktop.
<?php
class keks {
private $keks;
public function getKeks() {
return $this->keks;
}
public function setKeks($keks) {
$this->keks = $keks;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment