Skip to content

Instantly share code, notes, and snippets.

View mouecom's full-sized avatar
🏠
Working from home

Mou Raihan mouecom

🏠
Working from home
View GitHub Profile
@mouecom
mouecom / Undies.php
Created February 12, 2022 15:59 — forked from jszobody/Undies.php
Get/set any class private property
<?php
/**
* Access/modify any instance private property.
*/
class Undies {
protected $instance;
protected $setter;
protected $getter;