StringHelper::__construct PHP Method

__construct() public method

public __construct ( $str )
    public function __construct($str)
    {
        $this->value = $str;
        $this->length = mb_strlen($str);
    }