getFilter() public method

Returns whether articles of this type should be filtered out by default at listings.
public getFilter ( ) : boolean
return boolean
Example #1
0
 /**
  * Returns whether articles of this type should be filtered out by default at listings.
  *
  * @return bool
  **/
 public function getFilterStatus()
 {
     return $this->m_metadata->getFilter();
 }