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