getStatus() 공개 메소드

Returns the is_hidden status of a field. Returns 'hidden' or 'shown'.
public getStatus ( ) : string
리턴 string (shown|hidden)
예제 #1
0
 /**
  * Returns 'hidden' if the article type should not be visible,
  * and 'shown' if it should be.
  *
  * @return string (shown|hidden)
  */
 public function getStatus()
 {
     return $this->m_metadata->getStatus();
 }