getModifiers() public method

Get the core-reflection-compatible modifier values.
public getModifiers ( ) : integer
return integer
 /**
  * {@inheritDoc}
  */
 public function getModifiers()
 {
     return $this->betterReflectionProperty->getModifiers();
 }