예제 #1
0
파일: Avatar.class.php 프로젝트: Klym/flame
 protected function __construct($filePath)
 {
     parent::__construct($filePath);
     $path = parent::getFilePath();
     parent::setResource(@imagecreatefrompng($path));
 }