Okay, so I probably don't need a whole page for this - but, everyone expects the contact page :-)
Email: tommy [at] SmithProUSA [dot] com
Phone: (208) 250-5589
LinkedIn
Twitter
class Fill_This_Space extends Fill_This_Space_Abstract
{
public function __construct(Fill_This_Space_Interface $fillerObj)
{
$fillerObj->fillPage() = 'Code Block';
}
}
|