Recurly_Stub::__construct PHP Method

__construct() public method

public __construct ( $objectType, $href, $client = null )
    function __construct($objectType, $href, $client = null)
    {
        parent::__construct($href, $client);
        $this->objectType = $objectType;
    }