You are here

Identity.php in X Autoload 7.3

File

lib/Container/Identity.php
View source
<?php

class xautoload_Container_Identity {
  protected $arg;
  function __construct($arg) {
    $this->arg = $arg;
  }
  function get() {
    return $this->arg;
  }

}

Classes