<?php class Auth { public $credentials = [ 'user_name' => 'xxxxxxxxxxxxxxxxxxxxxxxxx', 'user_pass' => 'xxxxxxxxxxxxxxxx', 'product_code' => 'api' ]; public function moveaway () { var_dump($this->credentials); } } (new Auth)->moveaway();
You have javascript disabled. You will not be able to edit any code.