isDefault() public method

Test if is default image for article
public isDefault ( ) : boolean
return boolean
コード例 #1
0
 public function isDefault()
 {
     $this->__load();
     return parent::isDefault();
 }