AccessControl::NO_ACCESS_RESTRICTION ); function __construct($data) { $this->data = $data; } function test() { return $this->data; } }