__construct() 공개 메소드

Constructor
public __construct ( string $mountPath, array $params = null )
$mountPath string The mount name for this layer. (in fact, the folder name in media/)
$params array
예제 #1
0
파일: Local.php 프로젝트: jarves/jarves
 /**
  * {@inheritDoc}
  */
 public function __construct($mountPoint, $params = null)
 {
     parent::__construct($mountPoint, $params);
 }