Inspekt\AccessorAbstract::__construct PHP Method

__construct() public method

constructor
Author: Ed Finkler
public __construct ( Cage $cage, array $args = null )
$cage Cage
$args array optional
    public function __construct(Cage $cage, $args = null)
    {
        $this->cage = $cage;
        $this->args = $args;
    }