%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/cwg/wp-content/plugins/codepress-admin-columns/classes/Transient/
Upload File :
Create Path :
Current File : //var/www/cwg/wp-content/plugins/codepress-admin-columns/classes/Transient/User.php

<?php

namespace AC\Transient;

use AC\Storage;
use AC\Transient;
use Exception;

class User extends Transient {

	/**
	 * @param $key
	 *
	 * @throws Exception
	 */
	public function __construct( $key ) {
		parent::__construct( $key );

		$this->option = new Storage\UserMeta( $key );
		$this->timestamp = new Storage\Timestamp(
			new Storage\UserMeta( $key . '_timestamp' )
		);
	}
}

Zerion Mini Shell 1.0