I have a abstract class with 1 protected variable and 1 const. (Using PHP)
protected $advertiser_id; const API_VERSION = \'v6.0\';
I understa