public function __construct()
 {
     $this->_errors = POCErrorsHolder::Instance();
     $this->_pocInstance = PieceOfCode::Instance();
     $this->_storeCodes = POCStoredCodes::Instance();
     $this->clear();
 }
/**
 * Register function.
 */
function PieceOfCode_Hooker()
{
    PieceOfCode::Instance();
}