count() 공개 메소드

Gets the number of currently available locks.
public count ( ) : integer
리턴 integer The number of available locks.
예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function count() : int
 {
     return $this->semaphore->count();
 }