__construct() 공개 메소드

public __construct ( boolean $embeds_resource = false )
$embeds_resource boolean Does the URI here result in an extra HTTP request?
 public function __construct()
 {
     parent::__construct(true);
     // always embedded
 }
 public function __construct()
 {
     parent::__construct(true);
 }