Skip to content

Instantly share code, notes, and snippets.

View solussd's full-sized avatar

Joe R. Smith solussd

View GitHub Profile
<?php
/**
* @property-read string $class_name
*/
abstract class rootClass{
/**
* Contains the data for this class
* @var array
*/
protected $data = array();