PHPのclass
from
PHP
finalアクセス修飾子
const
インスタンス変数
へのアクセスをミスりやすい
$this->hoge
ok
$this->$hoge
ng
$this.hoge
ng