Skip to content

Instantly share code, notes, and snippets.

View kibao's full-sized avatar

Przemysław Piechota kibao

View GitHub Profile
@kibao
kibao / gist:3449907
Created August 24, 2012 12:12
[PHP] Magic getters, setters for Object.
/**
* Magic getters and setters.
* Example:
* Properties:
* - name
* - created_at
*
* Magic methods:
* - setName($name)
* - getName()