allowsNull() 공개 메소드

Does this method allow null for a parameter?
public allowsNull ( ) : boolean
리턴 boolean
 /**
  * {@inheritDoc}
  */
 public function allowsNull()
 {
     return $this->betterReflectionParameter->allowsNull();
 }