Gajus\Vlad\Validator\Length::assess PHP Method

assess() public method

public assess ( $value )
    public function assess($value)
    {
        $options = $this->getOptions();
        return mb_strlen($value) == $options['length'];
    }