PHP Classes

File: ConfigurableSetter.php

Recommend this page to a friend!
  Classes of Payam Naderi   Std   ConfigurableSetter.php   Download  
File: ConfigurableSetter.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Std
General purpose Web development classes
Author: By
Last change:
Date: 6 years ago
Size: 280 bytes
 

Contents

Class file image Download
<?php
namespace Poirot\Std;

// DO_LEAST_PHPVER_SUPPORT 5.4 traits
if (version_compare(phpversion(), '5.4.0') < 0) {
   
## php version not support traits
   
require_once __DIR__.'/fixes/ConfigurableSetter.php';
    return;
}

require_once
__DIR__.'/ConfigurableSetter.fix.php';