PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
authorizenet
/
authorizenet
/
lib
/
net
/
authorize
/
util
<?php namespace net\authorize\util; /** * A class defining helpers * * @package AuthorizeNet * @subpackage net\authorize\util */ class Helpers { private static $initialized = false; /** * @return string current date-time */ public static function now() { //init only once if ( ! self::$initialized) { self::$initialized = true; } return date( DATE_RFC2822); } }
[-] AuthorizedNetSensitiveTagsConfig.json
[edit]
[+]
..
[-] LogFactory.php
[edit]
[-] ANetSensitiveFields.php
[edit]
[-] Log.php
[edit]
[-] classes.json
[edit]
[-] MapperGen.php
[edit]
[-] MapperObj.php
[edit]
[-] Mapper.php
[edit]
[-] SensitiveTag.php
[edit]
[-] SensitiveDataConfigType.php
[edit]
[-] Helpers.php
[edit]
[-] HttpClient.php
[edit]