コード例 #1
0
ファイル: File.php プロジェクト: asticode/php-file-manager
 public function getExtension()
 {
     return Toolbox::getExtension($this->sPath);
 }