ManaPHP framework

Results 8 issues of ManaPHP framework

```php

status: todo
type: improvement

```php

type: feature request
status: need reporter's feedback

```php abstract class Model implements ModelInterface, Serializable, ArrayAccess, JsonSerializable { ... /** * @param string $offset =array_keys(get_object_vars(new static))[$i] * * @return mixed */ public function offsetGet($offset); /** * Allows to...

low priority
type: feature request
status: todo

![image](https://user-images.githubusercontent.com/16060165/68480393-a587fe80-026f-11ea-9aa3-d9fd1b2906a4.png) can ignore not public property?

type: feature request
status: todo

![xx](https://user-images.githubusercontent.com/16060165/59481258-17614500-8e96-11e9-8462-36b79db34e65.gif)

type: bug
likely a lot of work
type: performance

can you provide **class properties** provider? ```php class Test{ public $a; pubic $b; pubic $c; } ```` **class properties** provide generate like **lookup_strings** looks like ["a","b","c"];

./tcp2ws 22 50022 Proxy with Nginx: location /ws/ { proxy_pass http://192.168.1.2:50022/; proxy_read_timeout 3600; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; proxy_set_header X-Forwarded-For $remote_addr; access_log off; }