class Export extends Model { public static $itemsPerPage = 20; public function test() { static::$itemsPerPage; } }