Eloquent\Phony\Call\Arguments::count PHP 메소드

count() 공개 메소드

Get the number of arguments.
public count ( ) : integer
리턴 integer The number of arguments.
    public function count()
    {
        return $this->count;
    }