rock\sanitize\rules\Truncate::__construct PHP Method

__construct() public method

public __construct ( $length = 4, $suffix = '...', $config = [] )
    public function __construct($length = 4, $suffix = '...', $config = [])
    {
        $this->parentConstruct($config);
        $this->length = $length;
        $this->suffix = $suffix;
    }