Lisphp_Scope::__construct PHP Method

__construct() public method

public __construct ( self $superscope = null )
$superscope self
    public function __construct(self $superscope = null)
    {
        $this->superscope = $superscope;
    }