c2::__construct PHP Method

__construct() public method

public __construct ( $a )
        function __construct($a)
        {
            $this->testprop = $a;
        }