Skip to content

Instantly share code, notes, and snippets.

@Akii
Created August 12, 2013 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Akii/6212176 to your computer and use it in GitHub Desktop.
Save Akii/6212176 to your computer and use it in GitHub Desktop.
/**
* Returns the value of the Value Object. Must be overwritten by a concrete value object.
*
* @return void
*/
public function getValue() {
return $this->__toString();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment